cb2a6012d1
the pkgsrc configuration directory for data. And a comment to that config too. Bump PKGREVISION. Set --sysconfdir for this.
18 lines
459 B
Makefile
18 lines
459 B
Makefile
# $NetBSD: Makefile,v 1.4 2006/05/05 22:30:14 jeremy-c-reed Exp $
|
|
#
|
|
|
|
PKGREVISION= 2
|
|
COMMENT= Flexible printing subsystem
|
|
|
|
CONFIGURE_ENV+= GLIB_CONFIG=NO # make sure xpdq is not built
|
|
|
|
CONF_FILES= ${PREFIX}/share/pdq/printrc.example ${PKG_SYSCONFDIR}/printrc
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${LOCALBASE} == "/usr" || !exists(/usr/bin/file)
|
|
DEPENDS+= file-[0-9]*:../../sysutils/file
|
|
.endif
|
|
|
|
.include "Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|