5afc4c6757
(http://article.gmane.org/gmane.comp.web.fastcgi) - Enable module by default [2] PR: ports/156251 [2] ports/163199 [1] Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw> [1] Gea-Suan Lin <gslin@gslin.org> [2] With Hat: apache@
37 lines
784 B
Makefile
37 lines
784 B
Makefile
# New ports collection makefile for: mod_fastcgi ( in apache )
|
|
# Date created: 14 Jul 2000
|
|
# Whom: JunSeon Oh <hollywar@mail.holywar.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mod_fastcgi
|
|
PORTVERSION= 2.4.6
|
|
PORTREVISION= 3
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.fastcgi.com/dist/
|
|
|
|
MAINTAINER= apache@FreeBSD.org
|
|
COMMENT= A fast-cgi module for Apache
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
CONFLICTS= apache-contrib-1.*
|
|
USE_APACHE= 20+
|
|
AP_FAST_BUILD= yes
|
|
AP_GENPLIST= yes
|
|
SRC_FILE= *.c
|
|
PORTDOCS= LICENSE.TERMS mod_fastcgi.html
|
|
|
|
do-install:
|
|
@${APXS} -i -a -n ${SHORTMODNAME} ${WRKSRC}/${MODULENAME}.${AP_BUILDEXT}
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
.for f in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|