diff options
Diffstat (limited to 'textproc/mswordview/Makefile')
-rw-r--r-- | textproc/mswordview/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/mswordview/Makefile b/textproc/mswordview/Makefile new file mode 100644 index 00000000000..f1d809e0dc7 --- /dev/null +++ b/textproc/mswordview/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/03/02 20:20:04 jwise Exp $ + +DISTNAME= mswordview-0.5.2 +CATEGORIES= textproc +MASTER_SITES= http://www.csn.ul.ie/~caolan/publink/mswordview/ + +MAINTAINER= jwise@netbsd.org +HOMEPAGE= http://www.csn.ul.ie/~caolan/docs/MSWordView.html + +WRKSRC= ${WRKDIR}/mswordview +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --libdir=${PREFIX}/share + +.include "../../mk/bsd.pkg.mk" |