1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/www/mod_fastcgi/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

29 lines
596 B
Makefile

# Created by: JunSeon Oh <hollywar@mail.holywar.net>
# $FreeBSD$
PORTNAME= mod_fastcgi
PORTVERSION= 2.4.7
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.fastcgi.com/dist/ \
LOCAL/ohauer
DISTNAME= mod_fastcgi-SNAP-0910052141
DIST_SUBDIR= apache2
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache 2.2 fast-cgi module
USES= apache:2.2+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
SRC_FILE= *.c
PORTDOCS= mod_fastcgi.html
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>