freebsd-ports/www/mod_fastcgi/Makefile
Sam Lawrance adc60943d6 Add a patch to make mod_fastcgi work with Apache 2.2 (missed on last commit)
Convert to USE_APACHE framework.

PR:		ports/91190
Submitted by:	Dominic Mitchell <dom@happygiraffe.net>
Approved by:	JunSeon Oh <hollywar@mail.holywar.net> (maintainer, timeout 5 weeks)
2006-02-12 02:11:31 +00:00

33 lines
723 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.2
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ftp://ftp.holywar.net/pub/FreeBSD/ \
http://www.fastcgi.com/dist/
MAINTAINER= hollywar@mail.holywar.net
COMMENT= A fast-cgi module for Apache
CONFLICTS= apache-contrib-1.*
USE_APACHE= 1.3+
AP_FAST_BUILD= yes
AP_GENPLIST= yes
SRC_FILE= *.c
PORTDOCS= LICENSE.TERMS mod_fastcgi.html
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>