summaryrefslogtreecommitdiff
path: root/textproc/wv/Makefile
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-06-16 13:49:16 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-06-16 13:49:16 +0000
commita0bf84d05e814aa31093288a67e6a7902ab03834 (patch)
tree1644478121c1b4d03a958ed45cefbacdf0fe3083 /textproc/wv/Makefile
parentAdded xdgagrab (diff)
Upgrade to 0.5.14, which now (regretfully) adds a X dependency.
PR: ports/11859 Submitted by: Chris Piazza <cpiazza@home.net>
Notes
Notes: svn path=/head/; revision=19502
Diffstat (limited to 'textproc/wv/Makefile')
-rw-r--r--textproc/wv/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile
index 18fe580473b9..f6704352f8d9 100644
--- a/textproc/wv/Makefile
+++ b/textproc/wv/Makefile
@@ -1,18 +1,24 @@
# New ports collection makefile for: mswordview
-# Version required: 0.5.2
+# Version required: 0.5.14
# Date created: Fri Nov 6 09:06:33 PST 1998
# Whom: sumikawa@kame.net
#
-# $Id: Makefile,v 1.3 1999/01/01 15:00:52 itojun Exp $
+# $Id: Makefile,v 1.4 1999/03/04 22:53:22 billf Exp $
#
-DISTNAME= mswordview-0.5.2
+DISTNAME= mswordview-0.5.14
CATEGORIES= textproc
MASTER_SITES= http://www.csn.ul.ie/~caolan/publink/mswordview/
MAINTAINER= sumikawa@kame.net
+BUILD_DEPENDS= ${LOCALBASE}/lib/libwmf.a:${PORTSDIR}/graphics/libwmf
+
+WRKSRC= ${WRKDIR}/mswordview
GNU_CONFIGURE= yes
-WRKSRC= $(WRKDIR)/mswordview
+CONFIGURE_ARGS= --with-ttf=${LOCALBASE} --with-wmf=${LOCALBASE}
+USE_XLIB= yes
+
+MAN1= mswordview.1
.include <bsd.port.mk>