diff options
author | rh <rh> | 2000-07-05 13:53:49 +0000 |
---|---|---|
committer | rh <rh> | 2000-07-05 13:53:49 +0000 |
commit | 4820a359ef69a144ad726a2f48417f2c34c2d885 (patch) | |
tree | dbe9e7e5392b0fc4c9ee91262386f67a8adfaaee /textproc/antiword/Makefile | |
parent | 33b247ca4beb88a75a917b7e702c09be8a9a0166 (diff) | |
download | pkgsrc-4820a359ef69a144ad726a2f48417f2c34c2d885.tar.gz |
Initial import of antiword-0.30, a MS Word to text/postscript converter.
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" |