summaryrefslogtreecommitdiff
path: root/print/enscript/Makefile
diff options
context:
space:
mode:
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"