summaryrefslogtreecommitdiff
path: root/print/enscriptfonts/Makefile
blob: 1f45e2277b8b3d41afd9b46212342291f943c88b (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
# 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@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

do-install:
	@${MKDIR} ${PREFIX}/share/enscript/xenscript
	@${CP} -p ${WRKDIR}/* ${PREFIX}/share/enscript/xenscript

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>