2001-08-11 17:12:38 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: ttf2pt1
|
|
|
|
# Date created: Aug 11, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ttf2pt1
|
2005-03-13 09:40:30 +00:00
|
|
|
PORTVERSION= 3.4.4
|
2006-12-20 17:40:37 +00:00
|
|
|
PORTREVISION= 2
|
2001-08-11 17:12:38 +00:00
|
|
|
CATEGORIES= print
|
2009-08-22 00:35:32 +00:00
|
|
|
MASTER_SITES= SF
|
2001-08-11 17:12:38 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2003-11-21 03:09:45 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= True Type Font to Postscript Type 1 Converter
|
2001-08-11 17:12:38 +00:00
|
|
|
|
2005-03-13 09:40:30 +00:00
|
|
|
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
2006-12-20 17:40:37 +00:00
|
|
|
RUN_DEPENDS= t1asm:${PORTSDIR}/print/t1utils
|
2001-08-11 17:12:38 +00:00
|
|
|
|
2002-11-04 05:46:38 +00:00
|
|
|
USE_PERL5= yes
|
2005-03-13 09:40:30 +00:00
|
|
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} ${CPPFLAGS}" LIBS="${LDFLAGS}" \
|
|
|
|
INSTDIR="${PREFIX}" LIBXDIR="${PREFIX}/bin"
|
2001-08-11 17:12:38 +00:00
|
|
|
|
2005-03-13 09:40:30 +00:00
|
|
|
MAN1= ttf2pt1.1 ttf2pt1_convert.1 ttf2pt1_x2gs.1
|
|
|
|
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= `pkg-config --cflags freetype2` \
|
2005-03-13 09:53:34 +00:00
|
|
|
-I${LOCALBASE}/include -DUSE_FREETYPE
|
2011-09-23 22:26:39 +00:00
|
|
|
LDFLAGS+= `pkg-config --libs freetype2` \
|
2005-03-13 09:40:30 +00:00
|
|
|
-L${LOCALBASE}/lib -lm
|
2001-08-11 17:12:38 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|