39c3c46165
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.
27 lines
783 B
Makefile
27 lines
783 B
Makefile
# $NetBSD: Makefile,v 1.4 2002/10/22 17:27:22 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= gimp-print-4.2.3
|
|
PKGNAME= gimp-print-cups-4.2.3
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/}
|
|
|
|
MAINTAINER= packages@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
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
USE_GMAKE= yes
|
|
USE_BUILDLINK2= yes
|
|
|
|
.include "../../print/gimp-print-lib/buildlink2.mk"
|
|
.include "../../print/cups/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|