summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics3/Makefile
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-06-05 08:58:02 +0000
committerskrll <skrll@pkgsrc.org>2002-06-05 08:58:02 +0000
commitfa6e059436cae666cfdc4a33022224385bd22309 (patch)
tree47760e248fae9fe6fd4861f9f3cd5c734fef95e1 /graphics/kdegraphics3/Makefile
parenta0ae1a91b5fe213d32c2955f481fa3e93c6352b2 (diff)
downloadpkgsrc-fa6e059436cae666cfdc4a33022224385bd22309.tar.gz
Initial import of a kdegraphics3 pkg.
Diffstat (limited to 'graphics/kdegraphics3/Makefile')
-rw-r--r--graphics/kdegraphics3/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile
new file mode 100644
index 00000000000..374d4db8af9
--- /dev/null
+++ b/graphics/kdegraphics3/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/05 08:58:02 skrll Exp $
+
+DISTNAME= kdegraphics-3.0.1
+CATEGORIES= graphics
+COMMENT= Graphics programs for the KDE integrated X11 desktop
+
+.include "../../x11/kde3/Makefile.kde3"
+
+DEPENDS+= ghostscript>=6.01:../../print/ghostscript
+#DEPENDS+= gPhoto2
+#DEPENDS+= gpio
+
+USE_BUILDLINK_ONLY= YES
+
+CONFIGURE_ARGS+= --without-kamera # requires gPhoto2, gpio
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
+LIBS= -Wl,--export-dynamic
+.endif
+
+#.include "../../graphics/tiff/buildlink.mk"
+#.include "../../graphics/imlib/buildlink.mk"
+.include "../../x11/kde3/buildlink.mk"
+.include "../../x11/kdebase3/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"