pkgsrc-wip/foomatic-db-engine/Makefile
Bruce J.A. Nourish 06f5c00217 Filter scripts used by printer spoolers to convert incoming PostScript
data into the printer's native format using a printer/driver specific,
but spooler-independent PPD file.
2004-03-21 21:28:25 +00:00

25 lines
700 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/03/21 21:28:25 bjan2 Exp $
DISTNAME= foomatic-db-engine-3.0.1
CATEGORIES= print
MASTER_SITES= http://www.linuxprinting.org/download/foomatic/
MAINTAINER= pkgsrc@bjan.freeshell.org
HOMEPAGE= http://www.linuxprinting.org/
COMMENT= Spooler independent postscript printing filter
DEPENDS+= foomatic-filters>=3.0.1:../../wip/foomatic-filters
#DEPENDS+= foomatic-db-[0-9]*:../../wip/foomatic-db # XXX
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
USE_GNU_TOOLS+= make
USE_PERL5= yes
PERL5_REQD= 5.6
REPLACE_PERL+= makeMan makeDefaults
CPPFLAGS+= -I${BUILDLINK_PREFIX.libxml2}/include/libxml2
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"