pkgsrc/print/gimp-print-lib/Makefile
drochner 39c3c46165 update the gimp-print suite to 4.2.3
changes:
-bugfixes
-The native CUPS driver now accepts custom paper sizes with printers that
 permit this (all Epson printers, and most others).
-The Foomatic interface now accepts custom paper sizes with Foomatic 2.0.1.
-A Japanese translation has been added.
2002-10-22 17:27:21 +00:00

28 lines
773 B
Makefile

# $NetBSD: Makefile,v 1.7 2002/10/22 17:27:25 drochner Exp $
#
DISTNAME= gimp-print-4.2.3
PKGNAME= gimp-print-lib-4.2.3
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://gimp-print.sourceforge.net/
COMMENT= drivers for Canon, Epson, Lexmark, and PCL printers
USE_BUILDLINK2= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-cups
CONFIGURE_ARGS+= --without-ghost
CONFIGURE_ARGS+= --without-gimp
CONFIGURE_ARGS+= --without-readline
CONFIGURE_ARGS+= --without-translated-ppds
CONFIGURE_ARGS+= --without-samples
CONFIGURE_ARGS+= --disable-escputil
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"