aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-11 08:20:14 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-11 08:20:14 +0000
commit4865c032b02a0df0de3f691eb039d9d440cb8a7c (patch)
tree890e335bbb7d5b806c8662772c72d6ad2e42f9b0 /print
parent4632387ff04c14eb68b80de46f05adf36bd5166f (diff)
Notes
Diffstat (limited to 'print')
-rw-r--r--print/ttf2pt1/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/print/ttf2pt1/Makefile b/print/ttf2pt1/Makefile
index 1a6107984472..8e3b8427c591 100644
--- a/print/ttf2pt1/Makefile
+++ b/print/ttf2pt1/Makefile
@@ -3,13 +3,16 @@
PORTNAME= ttf2pt1
PORTVERSION= 3.4.4
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= print
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= True Type Font to Postscript Type 1 Converter
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
RUN_DEPENDS= t1asm:${PORTSDIR}/print/t1utils
@@ -36,6 +39,7 @@ LIBS+= `pkg-config --libs freetype2` \
-L${LOCALBASE}/lib -lm
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ttf2pt1
@${SED} -i '' 's,${STAGEDIR},,' ${STAGEDIR}${PREFIX}/bin/ttf2pt1_convert \
${STAGEDIR}${PREFIX}/man/man1/ttf2pt1_x2gs.1 \
${STAGEDIR}${PREFIX}/man/man1/ttf2pt1.1 \