From 6571d6147b9794374ba2e54ed5725c790af984d5 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 14 Nov 1999 03:50:27 +0000 Subject: Initial import of nenscript version 1.13.3. A clone of the proprietary enscript program from Adobe Systems. PR: 14815 Submitted by: Christopher J. Michaels --- print/nenscript/Makefile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 print/nenscript/Makefile (limited to 'print/nenscript/Makefile') diff --git a/print/nenscript/Makefile b/print/nenscript/Makefile new file mode 100644 index 000000000000..3098e9ead79c --- /dev/null +++ b/print/nenscript/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: nenscript +# Version required: 1.13.3 +# Date created: 10 November 1999 +# Whom: cjm2 +# +# $FreeBSD$ +# + +DISTNAME= nenscript-1.13.3 +CATEGORIES= print +MASTER_SITES= http://www.im.lcs.mit.edu/~magnus/nenscript/ + +MAINTAINER= cjm2@altavista.net + +USE_BZIP2= yes + +MAKEFILE= makefile +MAN1= nenscript.1 + +pre-fetch: + @${ECHO_MSG} "To build the Non-US version type:" + @${ECHO_MSG} " make NON_US=yes" + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/nenscript ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/nenscript.1 ${MANPREFIX}/man/man1 + ${MKDIR} ${PREFIX}/share/doc/nenscript + ${INSTALL_MAN} ${WRKSRC}/readme ${PREFIX}/share/doc/nenscript + +.include -- cgit v1.2.3