freebsd-ports/www/mod_fastcgi/Makefile
Pav Lucistnik f7e8dff4a6 - Update to 2.4.6
PR:		ports/118000
Submitted by:	Yar <yarodin@gmail.com>
2007-12-16 12:25:04 +00:00

32 lines
660 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
CATEGORIES= www
MASTER_SITES= http://www.fastcgi.com/dist/
MAINTAINER= ports@FreeBSD.org
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>