pkgsrc changes: fix dependency now depends on foomatic-db bulkbuild problem fixed? fix perl module's PLIST handling (use .packlist) don't create /etc/foomatic
25 lines
694 B
Makefile
25 lines
694 B
Makefile
# $NetBSD: Makefile,v 1.6 2005/07/30 02:28:21 obache Exp $
|
|
|
|
DISTNAME= foomatic-db-engine-3.0.2
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://www.linuxprinting.org/download/foomatic/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.linuxprinting.org/
|
|
COMMENT= Spooler independent postscript printing filter
|
|
|
|
DEPENDS+= foomatic-filters>=3.0.2:../../print/foomatic-filters
|
|
DEPENDS+= foomatic-db-[0-9]*:../../wip/foomatic-db
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_TOOLS+= gmake perl
|
|
PERL5_REQD= 5.6
|
|
REPLACE_PERL+= makeMan makeDefaults
|
|
|
|
PERL5_PACKLIST= auto/Foomatic/.packlist
|
|
|
|
CPPFLAGS+= -I${BUILDLINK_PREFIX.libxml2}/include/libxml2
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|