2000-07-31 22:22:59 +02:00
|
|
|
# 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
|
2007-12-16 13:25:04 +01:00
|
|
|
PORTVERSION= 2.4.6
|
2000-07-31 22:22:59 +02:00
|
|
|
CATEGORIES= www
|
2007-12-16 13:25:04 +01:00
|
|
|
MASTER_SITES= http://www.fastcgi.com/dist/
|
2000-07-31 22:22:59 +02:00
|
|
|
|
2008-12-27 22:15:31 +01:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= A fast-cgi module for Apache
|
2000-07-31 22:22:59 +02:00
|
|
|
|
2009-05-17 09:24:35 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2004-06-01 01:23:21 +02:00
|
|
|
CONFLICTS= apache-contrib-1.*
|
2006-02-11 15:42:59 +01:00
|
|
|
USE_APACHE= 1.3+
|
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
AP_GENPLIST= yes
|
|
|
|
SRC_FILE= *.c
|
|
|
|
PORTDOCS= LICENSE.TERMS mod_fastcgi.html
|
2000-07-31 22:22:59 +02:00
|
|
|
|
|
|
|
post-install:
|
2003-06-19 17:41:36 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2006-02-11 15:42:59 +01:00
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for f in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR}
|
2003-06-19 17:41:36 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
2006-02-11 15:42:59 +01:00
|
|
|
.include <bsd.port.mk>
|