1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/www/mod_fcgid/Makefile
Vanilla I. Shu df54024575 1: remove extra patch.
2: set MAINTAINER to submitter.

Submitted by:	Josh Tolbert hemi at puresimplicity.net
2005-11-24 08:22:46 +00:00

28 lines
672 B
Makefile

# 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= 1.07
CATEGORIES= www
MASTER_SITES= http://fastcgi.coremail.cn/
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= hemi@puresimplicity.net
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>