diff options
author | naddy <naddy@FreeBSD.org> | 2003-04-19 14:00:38 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-04-19 14:00:38 +0000 |
commit | bcd1645dea25045cdc7c1c20cf7d0150cce81ebf (patch) | |
tree | e8716f25746797480bf861ef7bddd12bad38dfae /www/man2web/Makefile | |
parent | 5e56a5e8dd6d1e910953978ffcc3874d4481b481 (diff) | |
download | FreeBSD-ports-bcd1645dea25045cdc7c1c20cf7d0150cce81ebf.zip FreeBSD-ports-bcd1645dea25045cdc7c1c20cf7d0150cce81ebf.tar.gz |
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.
Diffstat (limited to 'www/man2web/Makefile')
-rw-r--r-- | www/man2web/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
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 <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> |