aboutsummaryrefslogtreecommitdiffstats
path: root/print/ttf2pt1/Makefile
blob: 11a839d04562b49f7435d8c8d1c39e5054303b13 (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
# ex:ts=8
# New ports collection makefile for:    ttf2pt1
# Date created:         Aug 11, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   ttf2pt1
PORTVERSION=    3.4.2
CATEGORIES= print
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX=   .tgz

MAINTAINER= statue@freebsd.sinica.edu.tw

LIB_DEPENDS=    freetype:${PORTSDIR}/print/freetype2

FREETYPE_CONFIG?=   ${LOCALBASE}/bin/freetype-config
MAKE_ENV=   FREETYPE_CONFIG="${FREETYPE_CONFIG}"
USE_PERL5=  yes

MAN1=   ttf2pt1.1 ttf2pt1_convert.1 ttf2pt1_x2gs.1

.include <bsd.port.mk>