27 lines
730 B
Makefile
27 lines
730 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/02/17 21:11:33 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= gimp-print-4.2.0
|
|
PKGNAME= gimp-print-lib-4.2.0
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://prdownloads.sourceforge.net/gimp-print/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://gimp-print.sourceforge.net/
|
|
COMMENT= drivers for Canon, Epson, Lexmark, and PCL printers
|
|
|
|
USE_BUILDLINK_ONLY= 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 "../../mk/bsd.pkg.mk"
|