1c57323789
have been converted to USE_BUILDLINK2.
28 lines
769 B
Makefile
28 lines
769 B
Makefile
# $NetBSD: Makefile,v 1.5 2002/08/25 21:50:30 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= gimp-print-4.2.1
|
|
PKGNAME= gimp-print-lib-4.2.1
|
|
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"
|