changes: -bugfixes -inproved device support (newer Epson Stylus, Canon S200) -European 10x15 cm and US Engineering C paper sizes -CUPS driver: normal and reversed paper order -quality improvements
26 lines
754 B
Makefile
26 lines
754 B
Makefile
# $NetBSD: Makefile,v 1.13 2004/03/02 14:56:07 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= gimp-print-4.2.6
|
|
PKGNAME= gimp-print-cups-4.2.6
|
|
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_BUILDLINK2= yes
|
|
|
|
.include "../../print/gimp-print-lib/buildlink2.mk"
|
|
.include "../../print/cups/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|