From bcd1645dea25045cdc7c1c20cf7d0150cce81ebf Mon Sep 17 00:00:00 2001 From: naddy Date: Sat, 19 Apr 2003 14:00:38 +0000 Subject: 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. --- www/man2web/Makefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 www/man2web/Makefile (limited to 'www/man2web/Makefile') diff --git a/www/man2web/Makefile b/www/man2web/Makefile new file mode 100644 index 0000000..3aec919 --- /dev/null +++ b/www/man2web/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: man2web +# Date created: 2003-04-19 +# Whom: Christian Weisgerber +# +# $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 -- cgit v1.1