1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/print/enscriptfonts/Makefile
Steve Price bb7ad20c83 Initial import of enscriptfonts version 0.75.
A bunch of share/freeware fonts used with the enscript port.

PR:		6978
Submitted by:	Gary Kline <kline@tao.thought.org>
1998-07-20 02:30:59 +00:00

45 lines
1.0 KiB
Makefile

# New ports collection makefile for: enscriptfonts
# Version required: 0.75
# Date created: 15 June, 1998
# Whom: kline
#
# $Id$
#
DISTNAME= enscript_fonts-0.75
PKGNAME= enscriptfonts-0.75
CATEGORIES= print
MASTER_SITES= ftp://peloton.physics.montana.edu/pub/distfiles/
EXTRACT_SUFX= .tgz
MAINTAINER= kline@thought.org
RUN_DEPENDS= enscript:${PORTSDIR}/print/enscript
NO_WRKSUBDIR= YES
NOMANCOMPRESS= YES
NO_BUILD= YES
do-install:
@${MKDIR} ${PREFIX}/share/enscript/xenscript
@${CP} -p ${WRKDIR}/* ${PREFIX}/share/enscript/xenscript
post-install:
@${CAT} ${PKGDIR}/DESCR
@sleep 2;
@${ECHO_MSG} "";
@${ECHO_MSG} "";
@${ECHO_MSG} "";
@${ECHO_MSG} "Now you *must* add the path "
@${ECHO_MSG} ""
@${ECHO_MSG} "${PREFIX}/share/enscript/xenscript"
@${ECHO_MSG} ""
@${ECHO_MSG} "to your ${PREFIX}/etc/enscript.cfg path"
@${ECHO_MSG} "AFMPATH configuration. This line is somewhere"
@${ECHO_MSG} "around line +32 in the enscript.cfg file."
@${ECHO_MSG} "";
@${ECHO_MSG} "";
@${ECHO_MSG} "";
.include <bsd.port.mk>