From 008217f3f5500e735ed69cf2222a44e4279bb7fe Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Mon, 14 Jul 2014 20:50:20 +0000 Subject: - depends on gsfonts to build and run - bump PORTREVISION --- textproc/antiword/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'textproc/antiword') diff --git a/textproc/antiword/Makefile b/textproc/antiword/Makefile index 62b917089f20..7f4053f974ce 100644 --- a/textproc/antiword/Makefile +++ b/textproc/antiword/Makefile @@ -3,7 +3,7 @@ PORTNAME= antiword PORTVERSION= 0.37 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www.winfield.demon.nl/linux/ @@ -12,6 +12,9 @@ COMMENT= An application for displaying Microsoft(R) Word documents LICENSE= GPLv2 +BUILD_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/n022003l.afm:${PORTSDIR}/print/gsfonts +RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/n022003l.afm:${PORTSDIR}/print/gsfonts + USES= gmake shebangfix SHEBANG_FILES= kantiword Unix-only/fontinfo.pl MAKE_JOBS_UNSAFE=yes @@ -23,11 +26,8 @@ PORTDOCS= COPYING ChangeLog Emacs Exmh FAQ History Mozilla Mutt Netscape \ CFLAGS+= -DNDEBUG post-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \ - -e 's,/usr/local,${PREFIX},g' \ - -e 's,/usr/share,${PREFIX}/share,g' - @${REINPLACE_CMD} -E 's|LD|CC|g; /^(CC|CFLAGS)/d' ${WRKSRC}/${MAKEFILE} - @${TOUCH} ${WRKSRC}/fontinfo.h + @${REINPLACE_CMD} -E 's,/usr/share,${PREFIX}/share,g; s,fonts2,fonts,' ${WRKSRC}/Unix-only/fontinfo.pl + @${REINPLACE_CMD} -E 's|LD|CC|g; /^(CC|CFLAGS)/d; s,/usr/share,${PREFIX}/share,g' ${WRKSRC}/${MAKEFILE} post-install: ${INSTALL_MAN} ${WRKSRC}/Docs/antiword.1 ${STAGEDIR}${MANPREFIX}/man/man1 -- cgit v1.2.3