pkgsrc/print/enscript/Makefile
salo e45fa5c50d Update to version 1.6.3nb1
nb1:
====
- security fixes for CAN-2004-1184, CAN-2004-1185, CAN-2004-1186
- patches from Debian/Gentoo
- addresses PR pkg/29721

1.6.3:
======
- Changes in the highlighting / pretty printing
- Support for state inheritance.
- new highlighting rules
- new output language `ansi' to print color outputs
- new encodings
- new options
2005-03-17 12:24:13 +00:00

33 lines
797 B
Makefile

# $NetBSD: Makefile,v 1.27 2005/03/17 12:24:13 salo 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_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
USE_PKGINSTALL= yes
USE_GNU_TOOLS+= make
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"