summaryrefslogtreecommitdiff
path: root/textproc/html2text/Makefile
diff options
context:
space:
mode:
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"