d2101f2dd8
Approved by: stas (mentor)
33 lines
740 B
Makefile
33 lines
740 B
Makefile
# New ports collection makefile for: enscriptfonts
|
|
# Date created: 15 June, 1998
|
|
# Whom: kline
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= enscriptfonts
|
|
PORTVERSION= 0.81
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://muuz.deadbbs.com/FreeBSD/xenscript/
|
|
DISTNAME= enscript_fonts-0.81
|
|
EXTRACT_SUFX= .tbz
|
|
|
|
MAINTAINER= araujo@FreeBSD.org
|
|
COMMENT= More than 120 free- and share-ware fonts to extend enscript-1.5
|
|
|
|
NO_WRKSUBDIR= YES
|
|
NOMANCOMPRESS= YES
|
|
NO_BUILD= YES
|
|
SUB_FILES+= pkg-message
|
|
|
|
# user should choose their own version
|
|
#RUN_DEPENDS= enscript:${PORTSDIR}/print/enscript-letter
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/share/enscript/xenscript
|
|
@${CP} -p ${WRKDIR}/* ${PREFIX}/share/enscript/xenscript
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|