diff options
author | adam <adam@pkgsrc.org> | 2004-11-25 14:13:32 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-25 14:13:32 +0000 |
commit | db271145117bbf724eedee3b3f3d76e05bc58225 (patch) | |
tree | e80df3880eaf9b61463c597585853885ac18b5e0 /print/gimp-print-cups/Makefile | |
parent | 0edc5a18edbcbcfa9b9f8b00e7a007c25dcbfe70 (diff) | |
download | pkgsrc-db271145117bbf724eedee3b3f3d76e05bc58225.tar.gz |
Updated to gimp-print-lib 4.2.7
Diffstat (limited to 'print/gimp-print-cups/Makefile')
-rw-r--r-- | print/gimp-print-cups/Makefile | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/print/gimp-print-cups/Makefile b/print/gimp-print-cups/Makefile index 5058ce24e60..d083efa2981 100644 --- a/print/gimp-print-cups/Makefile +++ b/print/gimp-print-cups/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2004/10/03 00:18:04 tv Exp $ -# +# $NetBSD: Makefile,v 1.18 2004/11/25 14:13:32 adam Exp $ -DISTNAME= gimp-print-4.2.6 -PKGNAME= gimp-print-cups-4.2.6 -PKGREVISION= 2 +DISTNAME= gimp-print-4.2.7 +PKGNAME= gimp-print-cups-4.2.7 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/} @@ -11,18 +9,22 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://gimp-print.sourceforge.net/ COMMENT= GIMP print plugin -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 -USE_GNU_TOOLS+= make -USE_BUILDLINK3= yes +USE_BUILDLINK3= yes +USE_GNU_TOOLS+= make +USE_LIBTOOL= yes +USE_PKGINSTALL= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-escputil=no --enable-libgimpprint=no +CONFIGURE_ARGS+= --with-cups=${PREFIX} +CONFIGURE_ARGS+= --without-samples --without-user-guide +CONFIGURE_ARGS+= --without-gimp --without-translated-ppds +CONFIGURE_ARGS+= --sysconfdir=${EGDIR} +PKG_SYSCONFSUBDIR= cups + +EGDIR= ${PREFIX}/share/examples/cups +CONF_FILES= ${EGDIR}/config.types ${PKG_SYSCONFDIR}/config.types -.include "../../print/gimp-print-lib/buildlink3.mk" .include "../../print/cups/buildlink3.mk" +.include "../../print/gimp-print-lib/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |