summaryrefslogtreecommitdiff
path: root/graphics/kphotobook/Makefile
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2004-07-28 14:20:09 +0000
committermarkd <markd@pkgsrc.org>2004-07-28 14:20:09 +0000
commitd7cfc929e3ac0fc9a1b15e0d5b3b59ed34fa9ad2 (patch)
tree2d9b7737b2160cb4ba672974b52449573a98406c /graphics/kphotobook/Makefile
parent7a5e8bf3c3b44a729f14ab5ba6822d3c2e9bbb65 (diff)
downloadpkgsrc-d7cfc929e3ac0fc9a1b15e0d5b3b59ed34fa9ad2.tar.gz
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
Diffstat (limited to 'graphics/kphotobook/Makefile')
-rw-r--r--graphics/kphotobook/Makefile20
1 files changed, 20 insertions, 0 deletions
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"