aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/p5-type1inst/Makefile
blob: 2e2fb38b0227649a4dea6d5cd4c6a3b885641d60 (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:	p5-type1inst
# Version required:	0.6.1
# Date created:		7 Jan 1998
# Whom:			giffunip@asme.org
#
# $FreeBSD$
#

DISTNAME=       type1inst-0.6.1
PKGNAME=	p5-type1inst-0.6.1
CATEGORIES=	x11-fonts perl5
MASTER_SITES=	$(MASTER_SITE_SUNSITE)
MASTER_SITE_SUBDIR=X11/xutils

MAINTAINER=     giffunip@asme.org

RUN_DEPENDS=	$(X11BASE)/bin/mkfontdir:${PORTSDIR}/x11/XFree86

USE_PERL5=	yes
NO_BUILD=	yes
STRIP=

MANN=	type1inst.n

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/type1inst ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/t1embed ${PREFIX}/bin
	$(INSTALL_MAN) ${WRKSRC}/type1inst.man ${PREFIX}/man/mann/type1inst.n
.if !defined(NOPORTDOCS)
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.type1inst
.endif

.include <bsd.port.mk>