summaryrefslogtreecommitdiff
path: root/print/wprint/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-15 09:25:31 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-15 09:25:31 +0000
commitfb41d7e04a62639058fdb31172e76cb167dd7dc5 (patch)
treeefd0ff5f7bd3da844837858dfb81340be33ecbc3 /print/wprint/Makefile
parentUpgrade to 1.2.5 (diff)
add wprint 2.04
Mozilla/HtmlDoc/Netscape Postscript Filter
Notes
Notes: svn path=/head/; revision=68086
Diffstat (limited to 'print/wprint/Makefile')
-rw-r--r--print/wprint/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/print/wprint/Makefile b/print/wprint/Makefile
new file mode 100644
index 000000000000..bf9256c73844
--- /dev/null
+++ b/print/wprint/Makefile
@@ -0,0 +1,32 @@
+# ex:ts=8
+# Ports collection makefile for: wprint
+# Date created: Oct 15, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= wprint
+PORTVERSION= 2.04
+CATEGORIES= print
+MASTER_SITES= http://www.esperanto.org.uy/programoj/angle/
+
+MAINTAINER= ports@FreeBSD.org
+
+LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \
+ freetype:${PORTSDIR}/print/freetype2
+
+USE_REINPLACE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= wprint.1
+
+post-patch:
+.for file in man/wprint.1.pod src/wprint.c
+ @${REINPLACE_CMD} -e "s|/etc/wprint\.conf|${PREFIX}/etc/wprint.conf|g" \
+ ${WRKSRC}/${file}
+.endfor
+
+.include <bsd.port.mk>