summaryrefslogtreecommitdiff
path: root/textproc/html2text/Makefile
diff options
context:
space:
mode:
authorrh <rh>1999-12-28 10:42:20 +0000
committerrh <rh>1999-12-28 10:42:20 +0000
commiteddb1980717a8a3b1e44c689cc794cdcd8969c43 (patch)
treec20932d9f3fefd0216114803a93cc8a90a11f89d /textproc/html2text/Makefile
parentcf5496a78eb66f815cebca257d83b5adec7b1d63 (diff)
downloadpkgsrc-eddb1980717a8a3b1e44c689cc794cdcd8969c43.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/Makefile18
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"