summaryrefslogtreecommitdiff
path: root/print/gimp-print-cups/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-05-03 12:45:21 +0000
committerdrochner <drochner@pkgsrc.org>2002-05-03 12:45:21 +0000
commit66a1709845e4570e4d9a64948ac63c19cc15f9d2 (patch)
tree775860fcb7ba77d2ebdbea7c861e6c42f4c4c233 /print/gimp-print-cups/Makefile
parentc2c474c2fba01211093c314267b6edadaa1b2575 (diff)
downloadpkgsrc-66a1709845e4570e4d9a64948ac63c19cc15f9d2.tar.gz
initial import of CUPS support for gimp-print 4.2.1
Diffstat (limited to 'print/gimp-print-cups/Makefile')
-rw-r--r--print/gimp-print-cups/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/print/gimp-print-cups/Makefile b/print/gimp-print-cups/Makefile
new file mode 100644
index 00000000000..45b3ac00aa7
--- /dev/null
+++ b/print/gimp-print-cups/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/03 12:45:21 drochner Exp $
+#
+
+DISTNAME= gimp-print-4.2.1
+PKGNAME= gimp-print-cups-4.2.1
+CATEGORIES= print
+MASTER_SITES= http://prdownloads.sourceforge.net/gimp-print/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://gimp-print.sourceforge.net/
+COMMENT= GIMP print plugin
+
+DEPENDS+= gimp-print-lib-*:../../print/gimp-print-lib
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --without-samples --without-user-guide
+CONFIGURE_ARGS+= --without-gimp
+CONFIGURE_ARGS+= --with-cups=${PREFIX}
+CONFIGURE_ARGS+= --without-translated-ppds
+CONFIGURE_ARGS+= --enable-escputil=no
+CONFIGURE_ARGS+= --enable-libgimpprint=no
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+USE_GMAKE= yes
+
+.include "../../print/cups/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"