diff options
Diffstat (limited to 'print/ttf2pt1/Makefile')
-rw-r--r-- | print/ttf2pt1/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/print/ttf2pt1/Makefile b/print/ttf2pt1/Makefile index 0adb4163a0e9..4d8c4d3cbf8f 100644 --- a/print/ttf2pt1/Makefile +++ b/print/ttf2pt1/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: ttf2pt1 -# Date created: Aug 11, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= ttf2pt1 PORTVERSION= 3.4.4 @@ -19,6 +14,7 @@ COMMENT= True Type Font to Postscript Type 1 Converter LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 RUN_DEPENDS= t1asm:${PORTSDIR}/print/t1utils +USE_PKGCONFIG= build USE_PERL5= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} ${CPPFLAGS}" LIBS="${LDFLAGS}" \ INSTDIR="${PREFIX}" LIBXDIR="${PREFIX}/bin" |