8fa281b00d
changes: -bugfixes -If Foomatic 2.9.x is installed, the Foomatic data will be generated with additional features -automatic paper cutter is now functional on the Epson Stylus Photo 925, 950/960, and 2100/2200 -Quality Improvements on Epson Stylus Photo 950/960/PM-950C and 2100/2200 -i18n
27 lines
743 B
Makefile
27 lines
743 B
Makefile
# $NetBSD: Makefile,v 1.10 2003/04/23 17:32:59 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= gimp-print-4.2.5
|
|
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"
|