summaryrefslogtreecommitdiff
path: root/print/enscript/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2005-03-17 12:24:13 +0000
committersalo <salo>2005-03-17 12:24:13 +0000
commit246ef83fbc37123c46805b6d25e55013284e1fd7 (patch)
tree8789d67145806457ad4aa93c7bcaf088a9da32ab /print/enscript/Makefile
parente92489548e47f32191287828e6f269f7b21d69c2 (diff)
downloadpkgsrc-246ef83fbc37123c46805b6d25e55013284e1fd7.tar.gz
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
Diffstat (limited to 'print/enscript/Makefile')
-rw-r--r--print/enscript/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/print/enscript/Makefile b/print/enscript/Makefile
index edcf1544151..b6aa7d551d0 100644
--- a/print/enscript/Makefile
+++ b/print/enscript/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.26 2004/05/28 00:54:50 lukem Exp $
-# FreeBSD Id: Makefile,v 1.4 1997/11/27 08:10:30 tg Exp
+# $NetBSD: Makefile,v 1.27 2005/03/17 12:24:13 salo Exp $
#
-DISTNAME= enscript-1.6.1
-PKGREVISION= 2
+DISTNAME= enscript-1.6.3
+PKGREVISION= 1
CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_GNU:=enscript/}
+MASTER_SITES= http://www.iki.fi/mtr/genscript/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://people.ssh.fi/mtr/genscript/
@@ -17,6 +16,7 @@ GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
USE_PKGINSTALL= yes
+USE_GNU_TOOLS+= make
CONFIGURE_ARGS+= --sysconfdir="${PKG_SYSCONFDIR}"
@@ -28,4 +28,6 @@ CONF_FILES= ${EGDIR}/enscript.cfg ${PKG_SYSCONFDIR}/enscript.cfg
CONFIGURE_ARGS+=--with-media="${PAPERSIZE}"
.endif
+.include "../../devel/gettext-lib/buildlink3.mk"
+
.include "../../mk/bsd.pkg.mk"