freebsd-ports/www/mod_fcgid/Makefile
Olli Hauer 63f3e3b0d4 - remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
2012-08-18 14:29:08 +00:00

47 lines
1.2 KiB
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= 2.3.6
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= hemi@puresimplicity.net
COMMENT= An alternative FastCGI module for Apache2
MAKE_JOBS_SAFE= yes
USE_APACHE= 22+
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.apxs
INSTALL_WRKSRC= ${WRKSRC}/modules/fcgid
SUB_FILES= pkg-message
SUB_LIST+= APACHEMODDIR=${APACHEMODDIR}
PLIST_SUB+= APACHEMODDIR=${APACHEMODDIR}
MAKE_ARGS+= top_dir="${LOCALBASE}/share/apache${APACHE_VERSION}"
MAKE_ARGS+= INCLUDES="-I${LOCALBASE}/include/apache${APACHE_VERSION} -I${LOCALBASE}/include/apr-1"
INSTALL_TARGET= install-modules-yes
DOCSDIR= ${PREFIX}/share/doc/apache22/mod
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/docs/manual/mod/mod_fcgid.html ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/docs/manual/mod/mod_fcgid.html.en ${DOCSDIR}
.endif
${MKDIR} -m 700 /var/run/fcgidsock
${CHOWN} www:www /var/run/fcgidsock
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>