pkgsrc/print/enscript/Makefile
jlam 585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00

32 lines
773 B
Makefile

# $NetBSD: Makefile,v 1.29 2005/05/22 20:08:27 jlam Exp $
#
DISTNAME= enscript-1.6.3
PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= http://www.iki.fi/mtr/genscript/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://people.ssh.fi/mtr/genscript/
COMMENT= ASCII-to-PostScript filter
DEPENDS+= papersize-[0-9]*:../../print/papersize
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_PKGINSTALL= yes
USE_TOOLS+= gmake
CONFIGURE_ARGS+= --sysconfdir="${PKG_SYSCONFDIR}"
EGDIR= ${PREFIX}/share/examples/enscript
CONF_FILES= ${EGDIR}/enscript.cfg ${PKG_SYSCONFDIR}/enscript.cfg
.include "../../mk/bsd.prefs.mk"
.if defined(PAPERSIZE)
CONFIGURE_ARGS+=--with-media="${PAPERSIZE}"
.endif
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"