freebsd-ports/print/nenscript/Makefile
Baptiste Daroussin f0de4761aa Back from the Attic
Point to the new home and master_site

Submitted by:	scf@
2011-08-01 15:25:04 +00:00

32 lines
718 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.ai.mit.edu/projects/im/magnus/nenscript/
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>