1998-07-20 04:30:59 +02:00
|
|
|
# New ports collection makefile for: enscriptfonts
|
|
|
|
# Date created: 15 June, 1998
|
|
|
|
# Whom: kline
|
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1998-07-20 04:30:59 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 19:50:59 +02:00
|
|
|
PORTNAME= enscriptfonts
|
2007-01-18 08:32:08 +01:00
|
|
|
PORTVERSION= 0.81
|
1998-07-20 04:30:59 +02:00
|
|
|
CATEGORIES= print
|
2001-08-15 17:02:16 +02:00
|
|
|
MASTER_SITES= http://muuz.deadbbs.com/FreeBSD/xenscript/
|
2007-01-18 08:32:08 +01:00
|
|
|
DISTNAME= enscript_fonts-0.81
|
|
|
|
EXTRACT_SUFX= .tbz
|
1998-07-20 04:30:59 +02:00
|
|
|
|
2007-01-18 08:32:08 +01:00
|
|
|
MAINTAINER= araujo@bsdmail.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= More than 120 free- and share-ware fonts to extend enscript-1.5
|
1998-07-20 04:30:59 +02:00
|
|
|
|
|
|
|
NO_WRKSUBDIR= YES
|
|
|
|
NOMANCOMPRESS= YES
|
|
|
|
NO_BUILD= YES
|
2007-01-18 08:32:08 +01:00
|
|
|
SUB_FILES+= pkg-message
|
|
|
|
|
|
|
|
# user should choose their own version
|
|
|
|
#RUN_DEPENDS= enscript:${PORTSDIR}/print/enscript-letter
|
1998-07-20 04:30:59 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${MKDIR} ${PREFIX}/share/enscript/xenscript
|
|
|
|
@${CP} -p ${WRKDIR}/* ${PREFIX}/share/enscript/xenscript
|
|
|
|
|
|
|
|
post-install:
|
2007-01-18 08:32:08 +01:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
1998-07-20 04:30:59 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|