blob: 770053393e89fedef3aa4089e1f224897c60a513 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# $NetBSD: Makefile,v 1.16 2004/06/27 13:36:04 grant Exp $
#
DISTNAME= gimp-print-4.2.6
PKGNAME= gimp-print-cups-4.2.6
PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/}
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
.include "../../print/gimp-print-lib/buildlink3.mk"
.include "../../print/cups/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|