svn commit: r386056 - head/print/ttf2pt1
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon May 11 08:20:14 UTC 2015
Author: amdmi3
Date: Mon May 11 08:20:14 2015
New Revision: 386056
URL: https://svnweb.freebsd.org/changeset/ports/386056
Log:
- Add LICENSE
- Strip binary
Modified:
head/print/ttf2pt1/Makefile
Modified: head/print/ttf2pt1/Makefile
==============================================================================
--- head/print/ttf2pt1/Makefile Mon May 11 08:10:50 2015 (r386055)
+++ head/print/ttf2pt1/Makefile Mon May 11 08:20:14 2015 (r386056)
@@ -3,13 +3,16 @@
PORTNAME= ttf2pt1
PORTVERSION= 3.4.4
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= print
MASTER_SITES= SF
MAINTAINER= ports at 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 \
More information about the svn-ports-all
mailing list