diff options
Diffstat (limited to 'textproc/antiword/Makefile')
-rw-r--r-- | textproc/antiword/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/antiword/Makefile b/textproc/antiword/Makefile new file mode 100644 index 00000000000..e2b9598cde4 --- /dev/null +++ b/textproc/antiword/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/07/05 13:53:49 rh Exp $ +# + +DISTNAME= antiword-0.30 +CATEGORIES= textproc print +WRKSRC= ${WRKDIR}/${DISTNAME:S/-/./} +MASTER_SITES= http://www.winfield.demon.nl/linux/ + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.winfield.demon.nl/index.html + + +.include "../../mk/bsd.pkg.mk" |