blob: 352875236c1f526a2f64e4b01cdbec9175b0118d (
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.11 2003/05/02 11:56:15 wiz Exp $
#
DISTNAME= gimp-print-4.2.5
PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://gimp-print.sourceforge.net/
COMMENT= GIMP print plugin
CONFLICTS+= gimp<=1.2.3
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-samples --without-user-guide
CONFIGURE_ARGS+= --without-cups --without-translated-ppds
CONFIGURE_ARGS+= --enable-escputil=no
CONFIGURE_ARGS+= --enable-libgimpprint=no
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
USE_GMAKE= yes
USE_BUILDLINK2= yes
USE_X11= yes
.include "../../print/gimp-print-lib/buildlink2.mk"
.include "../../graphics/gimp-base/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|