diff options
Diffstat (limited to 'print/enscript/Makefile')
-rw-r--r-- | print/enscript/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/print/enscript/Makefile b/print/enscript/Makefile index ef96acac88c..35397dbf3e7 100644 --- a/print/enscript/Makefile +++ b/print/enscript/Makefile @@ -1,14 +1,17 @@ -# $NetBSD: Makefile,v 1.6 1998/06/22 13:04:38 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/07/08 10:37:48 frueauf Exp $ # FreeBSD Id: Makefile,v 1.4 1997/11/27 08:10:30 tg Exp # -DISTNAME= enscript-1.6.0 -PKGNAME= enscript-${PAPERSIZE}-1.6.0 +DISTNAME= enscript-1.6.1 +PKGNAME= enscript-${PAPERSIZE}-1.6.1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= packages@netbsd.org +CONFLICTS= enscript-Letter-1.6.0 enscript-A4-1.6.0 \ + enscript-Letterdj-1.6.0 + MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to Letter or A4 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-nls --with-media=${PAPERSIZE} |