diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-07 13:12:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-07 13:12:31 +0000 |
commit | 53ad8315b0a2ef773e5e5f74a380bab573e4d008 (patch) | |
tree | 5522ebdbbbc41a02fbc8bf3da8fa96b3719b6d61 /print/ttf2pt1 | |
parent | c0af1ccd5f350208e51572a7122f075c545462ec (diff) |
Notes
Diffstat (limited to 'print/ttf2pt1')
-rw-r--r-- | print/ttf2pt1/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/print/ttf2pt1/Makefile b/print/ttf2pt1/Makefile index 3dbd90cf5d33..8d13768de788 100644 --- a/print/ttf2pt1/Makefile +++ b/print/ttf2pt1/Makefile @@ -3,7 +3,7 @@ PORTNAME= ttf2pt1 PORTVERSION= 3.4.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -14,10 +14,14 @@ COMMENT= True Type Font to Postscript Type 1 Converter LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 RUN_DEPENDS= t1asm:${PORTSDIR}/print/t1utils -USES= pkgconfig +USES= pkgconfig shebangfix USE_PERL5= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} ${CPPFLAGS}" LIBS="${LDFLAGS}" \ INSTDIR="${PREFIX}" LIBXDIR="${PREFIX}/bin" +SHEBANG_FILES= app/TeX/sfd2map \ + app/TeX/cjk-latex-config \ + other/showdf \ + other/lst.pl MAN1= ttf2pt1.1 ttf2pt1_convert.1 ttf2pt1_x2gs.1 |