freebsd-ports/print/ttf2pt1/Makefile
Mark Linimon 30b459ebc5 statue@freebsd.sinica.edu.tw has asked for all the maintained
ports to be reset to ports@FreeBSD.org.  We're sorry to see you
go and want to thank you for your help in the past.

PR:		ports/59515
Submitted by:	statue@freebsd.sinica.edu.tw
2003-11-21 03:09:45 +00:00

28 lines
593 B
Makefile

# ex:ts=8
# New ports collection makefile for: ttf2pt1
# Date created: Aug 11, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ttf2pt1
PORTVERSION= 3.4.3
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= True Type Font to Postscript Type 1 Converter
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>