1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/print/enscriptfonts/Makefile
Marcelo Araujo dcc5f1aa94 - Return almost all of my ports back to the pool. I have no time to make any
necessary fixes on them for the past months.
2013-11-29 07:37:52 +00:00

31 lines
670 B
Makefile

# Created by: 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= ports@FreeBSD.org
COMMENT= More than 120 free- and share-ware fonts to extend enscript-1.5
NO_WRKSUBDIR= YES
NO_MANCOMPRESS= YES
NO_BUILD= YES
SUB_FILES+= pkg-message
# user should choose their own version
#RUN_DEPENDS= enscript:${PORTSDIR}/print/enscript-letter
NO_STAGE= yes
do-install:
@${MKDIR} ${PREFIX}/share/enscript/xenscript
@${CP} -p ${WRKDIR}/* ${PREFIX}/share/enscript/xenscript
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>