diff options
author | rh <rh@pkgsrc.org> | 1999-12-28 10:42:20 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-12-28 10:42:20 +0000 |
commit | 393e51a3f711fd63fedf62aa383a1cd008ad9107 (patch) | |
tree | c20932d9f3fefd0216114803a93cc8a90a11f89d /textproc/html2text/Makefile | |
parent | 198112270ba78f478d87c1c2a9711211d20bcd0b (diff) | |
download | pkgsrc-393e51a3f711fd63fedf62aa383a1cd008ad9107.tar.gz |
Initial import of html2text-1.2.1, an advanced HTML to text converter.
Diffstat (limited to 'textproc/html2text/Makefile')
-rw-r--r-- | textproc/html2text/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/html2text/Makefile b/textproc/html2text/Makefile new file mode 100644 index 00000000000..7b77ba117aa --- /dev/null +++ b/textproc/html2text/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/12/28 10:42:20 rh Exp $ +# + +DISTNAME= html2text-1.2.1 +CATEGORIES= textproc +MASTER_SITES= http://www.gmrs.de/ + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://www.gmrs.de/html2text.html + +HAS_CONFIGURE= YES + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/html2text ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/html2text.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/html2textrc.4 ${PREFIX}/man/man5/html2textrc.5 + +.include "../../mk/bsd.pkg.mk" |