diff options
author | tv <tv@pkgsrc.org> | 1999-02-19 00:45:23 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-02-19 00:45:23 +0000 |
commit | af563068191b5cb7db4f3367f544ea49c9c73828 (patch) | |
tree | f33bbae88b51311a218bd62f35647a19704ed43c /print/enscript | |
parent | 69a5340fc9348be54eac2ed1069faa2730aea39f (diff) | |
download | pkgsrc-af563068191b5cb7db4f3367f544ea49c9c73828.tar.gz |
Clean up:
- re-enable localization with included GNU gettext
- use wildcard CONFLICTS
Diffstat (limited to 'print/enscript')
-rw-r--r-- | print/enscript/Makefile | 18 | ||||
-rw-r--r-- | print/enscript/pkg/PLIST | 16 |
2 files changed, 14 insertions, 20 deletions
diff --git a/print/enscript/Makefile b/print/enscript/Makefile index 53f71ac70f9..f7e5747e913 100644 --- a/print/enscript/Makefile +++ b/print/enscript/Makefile @@ -1,31 +1,19 @@ -# $NetBSD: Makefile,v 1.10 1998/11/12 14:35:49 agc Exp $ +# $NetBSD: Makefile,v 1.11 1999/02/19 00:45:23 tv Exp $ # FreeBSD Id: Makefile,v 1.4 1997/11/27 08:10:30 tg Exp # DISTNAME= enscript-1.6.1 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_GNU:=/enscript/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.ngs.fi/mtr/genscript/ DEPENDS+= papersize-1.0:../../print/papersize -CONFLICTS= enscript-Letter-1.6.0 enscript-A4-1.6.0 \ - enscript-Letterdj-1.6.0 -CONFLICTS+= enscript-Letter-1.6.1 enscript-A4-1.6.1 \ - enscript-Letterdj-1.6.1 +CONFLICTS= enscript-[AL]* GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-nls CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" -# If you want to build a static binary, uncomment the following line -#LDFLAGS+= -static - -post-install: -.for file in enscript mkafmmap states - strip ${PREFIX}/bin/${file} -.endfor - .include "../../mk/bsd.pkg.mk" diff --git a/print/enscript/pkg/PLIST b/print/enscript/pkg/PLIST index 2484d64d10f..77faf5ffc8e 100644 --- a/print/enscript/pkg/PLIST +++ b/print/enscript/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1998/06/17 20:59:19 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.4 1999/02/19 00:45:23 tv Exp $ bin/diffpp bin/enscript bin/mkafmmap @@ -6,10 +6,10 @@ bin/over bin/sliceprint bin/states etc/enscript.cfg -man/man1/diffpp.1.gz -man/man1/enscript.1.gz -man/man1/sliceprint.1.gz -man/man1/states.1.gz +man/man1/diffpp.1 +man/man1/enscript.1 +man/man1/sliceprint.1 +man/man1/states.1 share/enscript/88591.enc share/enscript/88592.enc share/enscript/88593.enc @@ -76,3 +76,9 @@ share/enscript/vms.enc share/enscript/zcmi.afm share/enscript/zd.afm @dirrm share/enscript +share/locale/de/LC_MESSAGES/enscript.mo +share/locale/es/LC_MESSAGES/enscript.mo +share/locale/fi/LC_MESSAGES/enscript.mo +share/locale/fr/LC_MESSAGES/enscript.mo +share/locale/nl/LC_MESSAGES/enscript.mo +share/locale/sl/LC_MESSAGES/enscript.mo |