blob: 9254b2cd378bd77764a39d59df0a45cadb2f7b2e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: mod_fcgid for Apache2
# Date created: 13 August 2004
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= mod_fcgid
PORTVERSION= 0.80
CATEGORIES= www
MASTER_SITES= http://fastcgi.coremail.cn/
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= knu@FreeBSD.org
COMMENT= An alternative FastCGI module for Apache2
USE_APACHE= yes
WITH_APACHE2= yes
MAKE_ARGS= top_dir="${LOCALBASE}/share/apache2" INCLUDES="-I${LOCALBASE}/include/apache2"
INSTALL_TARGET= install-modules
post-install:
${MKDIR} -m 700 /var/run/fcgidsock
${CHOWN} www:www /var/run/fcgidsock
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|