mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
68cc8d46d5
[sent upstream] PR: ports/136598 Submitted by: Gea-Suan Lin <gslin@gslin.org> With Hat: apache@
35 lines
698 B
Makefile
35 lines
698 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= 1
|
|
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= 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>
|