summaryrefslogtreecommitdiff
path: root/print/enscriptfonts/Makefile
blob: 7c3d67f8d520e0f04f6493d5a0f747a1eea19865 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# New ports collection makefile for:	enscriptfonts
# Date created:			15 June, 1998
# Whom:				kline
#
# $FreeBSD$
#

PORTNAME=	enscriptfonts
PORTVERSION=	0.75
CATEGORIES=	print
MASTER_SITES=	ftp://magnesium.net/pub/FreeBSD/xenscript/
DISTNAME=	enscript_fonts-0.75
EXTRACT_SUFX=	.tgz

MAINTAINER=	kline@thought.org

# user should choose their own version
#RUN_DEPENDS=	enscript:${PORTSDIR}/print/enscript-letter

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>