1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/print/nenscript/Makefile
Kris Kennaway 24e17278f9 Retire obsolete USA_RESIDENT (dating to the bad old days of crypto export
controls and RSAref).  nenscript was abusing this variable to enable
US-style paper size and date format, so just revert to the default for now.
2007-07-29 20:45:27 +00:00

34 lines
741 B
Makefile

# New ports collection makefile for: nenscript
# Date created: 10 November 1999
# Whom: cjm2
#
# $FreeBSD$
#
PORTNAME= nenscript
PORTVERSION= 1.13.3
CATEGORIES= print
MASTER_SITES= http://www.risacher.org/nenscript/ \
ftp://netsw.org/system/tools/print/
MAINTAINER= ports@FreeBSD.org
COMMENT= A clone of the proprietary enscript program from Adobe Systems
USE_BZIP2= yes
MAKEFILE= makefile
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
MAN1= nenscript.1
.include <bsd.port.pre.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nenscript ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/nenscript.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/readme ${DOCSDIR}
.endif
.include <bsd.port.post.mk>