data into the printer's native format using a printer/driver specific, but spooler-independent PPD file. NB: Don't try to build this yet! It depends on a daily snapshot that will soon disappear. An isomorphic release candidate will soon be forthcoming.
29 lines
818 B
Makefile
29 lines
818 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/12/25 02:11:55 bjan2 Exp $
|
|
|
|
DISTNAME= foomatic-filters-3.0-20031224
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://www.linuxprinting.org/download/foomatic/
|
|
|
|
MAINTAINER= bjan+pkgsrc@bjan.net
|
|
HOMEPAGE= http://www.linuxprinting.org/
|
|
COMMENT= Spooler independent postscript printing filter
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
|
|
CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
|
|
|
|
USE_GMAKE= yes
|
|
USE_PERL5= yes
|
|
PERL5_REQD= 5.6
|
|
INSTALL_TARGET= install-bin install-man
|
|
|
|
PKG_SYSCONFSUBDIR= foomatic
|
|
EGDIR= ${PREFIX}/share/examples/foomatic-filters/
|
|
CONF_FILES= ${EGDIR}/filter.conf ${PKG_SYSCONFDIR}/filter.conf
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${EGDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/filter.conf ${EGDIR}
|
|
|
|
.include "../../mk/ghostscript.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|