update Mon Jan 18 06:37:00 PST 2010
[pkgsrc.git] / print / gimp-print-cups / Makefile
1 # $NetBSD: Makefile,v 1.34 2010/01/18 09:59:22 wiz Exp $
2
3 DISTNAME=       gimp-print-4.2.7
4 PKGNAME=        gimp-print-cups-4.2.7
5 PKGREVISION=    8
6 CATEGORIES=     print
7 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=gimp-print/}
8
9 MAINTAINER=     gdt@NetBSD.org
10 HOMEPAGE=       http://gimp-print.sourceforge.net/
11 COMMENT=        GIMP print plugin
12
13 PKG_DESTDIR_SUPPORT=    user-destdir
14
15 USE_TOOLS+=             gmake lex
16 USE_LIBTOOL=            yes
17 GNU_CONFIGURE=          yes
18 CONFIGURE_ARGS+=        --enable-escputil=no --enable-libgimpprint=no
19 CONFIGURE_ARGS+=        --with-cups=${PREFIX:Q}
20 CONFIGURE_ARGS+=        --without-samples --without-user-guide
21 CONFIGURE_ARGS+=        --without-gimp --without-translated-ppds
22 CONFIGURE_ARGS+=        --sysconfdir=${EGDIR:Q}
23 PKG_SYSCONFSUBDIR=      cups
24
25 EGDIR=          ${PREFIX}/share/examples/cups
26 CONF_FILES=     ${EGDIR}/command.types ${PKG_SYSCONFDIR}/command.types
27
28 .include "../../print/cups/buildlink3.mk"
29 .include "../../print/gimp-print-lib/buildlink3.mk"
30 .include "../../security/openssl/buildlink3.mk"
31 .include "../../mk/bsd.pkg.mk"