summaryrefslogtreecommitdiff
path: root/www/man2web/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-04-19 14:00:38 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-04-19 14:00:38 +0000
commitdec2d973a08b785de5f479d2886ac22f1e30f658 (patch)
treebed171c479852e4907c4f4f068590aa2b0358f36 /www/man2web/Makefile
parentmake portlint happier (diff)
Add man2web 0.87.
man2web is a program for converting man (manual) output to HTML on the fly (as a CGI program) or on the command line.
Notes
Notes: svn path=/head/; revision=79285
Diffstat (limited to 'www/man2web/Makefile')
-rw-r--r--www/man2web/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/www/man2web/Makefile b/www/man2web/Makefile
new file mode 100644
index 000000000000..3aec91942885
--- /dev/null
+++ b/www/man2web/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: man2web
+# Date created: 2003-04-19
+# Whom: Christian Weisgerber <naddy@freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= man2web
+PORTVERSION= 0.87
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= naddy@FreeBSD.org
+COMMENT= Convert man pages to HTML
+
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS= --bindir="${PREFIX}/${CGIDIR}" \
+ --sysconfdir="${PREFIX}/etc"
+
+PLIST_SUB= CGIDIR="${CGIDIR}"
+
+CGIDIR= www/cgi-bin
+
+MAN1= man2web.1
+MAN5= man2web.conf.5
+
+.include <bsd.port.mk>