diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-11 19:05:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-11 19:05:26 +0000 |
commit | 6eb767313da141b056e08094fc00d73523e32664 (patch) | |
tree | 45579555b40a91787667f94530b885190ded6d80 /print/gimp-print-ijs/Makefile | |
parent | 781751a62edce4e69f44522188f5d4ebf7e8c27a (diff) | |
download | pkgsrc-6eb767313da141b056e08094fc00d73523e32664.tar.gz |
Initial import of gimp-print-ijs-4.2.1.
This package contains an IJS server that can output raster images supported
by the GIMP print library, to be used in conjunction with IJS clients such
as GNU Ghostscript.
Diffstat (limited to 'print/gimp-print-ijs/Makefile')
-rw-r--r-- | print/gimp-print-ijs/Makefile | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/print/gimp-print-ijs/Makefile b/print/gimp-print-ijs/Makefile new file mode 100644 index 00000000000..7615f6c8cf4 --- /dev/null +++ b/print/gimp-print-ijs/Makefile @@ -0,0 +1,37 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/09/11 19:05:26 jlam Exp $ + +DISTNAME= gimp-print-4.2.1 +PKGNAME= gimp-print-ijs-4.2.1 +CATEGORIES= print +MASTER_SITES= ${MASTER_SITES_SOURCEFORGE:=gimp-print/} + +MAINTAINER= jlam@netbsd.org +HOMEPAGE= http://gimp-print.sourceforge.net/ +COMMENT= GIMP print IJS server + +USE_BUILDLINK2= # defined +USE_GMAKE= # defined + +GNU_CONFIGURE= # defined +CONFIGURE_ARGS+= --with-ijs +CONFIGURE_ARGS+= --without-samples +CONFIGURE_ARGS+= --without-user-guide +CONFIGURE_ARGS+= --without-gimp +CONFIGURE_ARGS+= --without-cups +CONFIGURE_ARGS+= --without-translated-ppds +CONFIGURE_ARGS+= --disable-escputil +CONFIGURE_ARGS+= --disable-libgimpprint + +USE_LIBTOOL= # defined +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +BUILD_DIRS= ${WRKSRC}/lib ${WRKSRC}/src/ghost +DOCDIR= ${PREFIX}/share/doc/gimp-print-ijs + +post-install: + ${INSTALL_DATA_DIR} ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/src/ghost/README ${DOCDIR} + +.include "../../print/gimp-print-lib/buildlink2.mk" +.include "../../print/ijs/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |