mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
f0de4761aa
Point to the new home and master_site Submitted by: scf@
33 lines
718 B
Makefile
33 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>
|