From d7cfc929e3ac0fc9a1b15e0d5b3b59ed34fa9ad2 Mon Sep 17 00:00:00 2001 From: markd Date: Wed, 28 Jul 2004 14:20:09 +0000 Subject: Import kphotobook from pkgsrc-wip. Packaged by Ian Zagorskih and slightly modified by me. KPhotoBook is a powerful, easy to use, intuitive and fast application to manage and organize your photos. The main idea is to be able to annotate your photos with tags and to refind the photos using the given tags. The tags which can be created by yourself are arranged in a tree. The KPhotoBook GUI comes up with several points which makes the handling with many photos very easy. This is just a short excerpt of it's goodies: * It is very easy to annotate tags to one or more images at a time * It is very easy to find images by the given tags (actually one mouse click only is needed) * It is very easy to edit the image database with an external program - it's saved as XML file --- graphics/kphotobook/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 graphics/kphotobook/Makefile (limited to 'graphics/kphotobook/Makefile') diff --git a/graphics/kphotobook/Makefile b/graphics/kphotobook/Makefile new file mode 100644 index 00000000000..3385e7f39a1 --- /dev/null +++ b/graphics/kphotobook/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/28 14:20:09 markd Exp $ +# + +DISTNAME= kphotobook-0.0.6 +CATEGORIES= kde graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kphotobook/} + +MAINTAINER= ianzag@mail.ru +HOMEPAGE= http://kphotobook.sourceforge.net/ +COMMENT= Powerful, intuitive KDE application to manage and organize your photos + +USE_BUILDLINK3= YES +USE_GNU_TOOLS+= make +USE_LANGUAGES= c c++ +USE_LIBTOOL= YES +GNU_CONFIGURE= YES + +.include "../../meta-pkgs/kde3/kde3.mk" +.include "../../x11/kdelibs3/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3