mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
b3b0e2abb3
- be more package friendly: use pkg-message intead of echo'ing things in Makefile - adjust pkg-message and pkg-descr - pass maintainership to submitter Left for maintainer to do: autodetect and OPTIONify for proper print/enscript* RUN_DEPEND PR: ports/107981 Submitted by: Marcelo Araujo and reworked by him and me (itetcu)
34 lines
740 B
Makefile
34 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@bsdmail.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>
|