summaryrefslogtreecommitdiff
path: root/textproc/htmldoc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/htmldoc/Makefile')
-rw-r--r--textproc/htmldoc/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile
new file mode 100644
index 000000000000..f7678fa101a2
--- /dev/null
+++ b/textproc/htmldoc/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: htmldoc
+# Date created: 12 June 2001
+# Whom: Glenn Trewitt <glenn@trewitt.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= htmldoc
+PORTVERSION= 1.8.13
+CATEGORIES= textproc
+MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/%SUBDIR%/
+MASTER_SITE_SUBDIR= ${PORTVERSION}
+DISTNAME= ${PORTNAME}-${PORTVERSION}-source
+
+MAINTAINER= glenn@trewitt.org
+
+GNU_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+MAN1= htmldoc.1
+
+.include <bsd.port.mk>