summaryrefslogtreecommitdiff
path: root/print/enscript/Makefile
diff options
context:
space:
mode:
authortv <tv>1999-02-19 00:45:23 +0000
committertv <tv>1999-02-19 00:45:23 +0000
commit468f70f7ea9eb53824c3aca1c0d9065b3a312ad2 (patch)
treef33bbae88b51311a218bd62f35647a19704ed43c /print/enscript/Makefile
parentc27384272f8e69ca0475376dd89ed280c211717c (diff)
downloadpkgsrc-468f70f7ea9eb53824c3aca1c0d9065b3a312ad2.tar.gz
Clean up:
- re-enable localization with included GNU gettext - use wildcard CONFLICTS
Diffstat (limited to 'print/enscript/Makefile')
-rw-r--r--print/enscript/Makefile18
1 files changed, 3 insertions, 15 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"