xref: /mports/www/mod_fcgid/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	mod_fcgid
2PORTVERSION=	2.3.9
3CATEGORIES=	www
4MASTER_SITES=		APACHE_HTTPD/${PORTNAME}
5PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
6DIST_SUBDIR=	apache2
7
8MAINTAINER=	ports@MidnightBSD.org
9COMMENT=	Alternative FastCGI module for Apache2
10WWW=		https://httpd.apache.org/mod_fcgid/
11
12LICENSE=	Apache-2.0
13
14USES=		apache cpe
15CPE_VENDOR=	apache
16
17HAS_CONFIGURE=		yes
18CONFIGURE_SCRIPT=	configure.apxs
19
20INSTALL_WRKSRC=	${WRKSRC}/modules/fcgid
21
22SUB_FILES=	pkg-message
23SUB_LIST+=	APACHEMODDIR=${APACHEMODDIR}
24PLIST_SUB+=	APACHEMODDIR=${APACHEMODDIR}
25
26MAKE_ARGS+=	top_dir="${LOCALBASE}/share/apache${APACHE_VERSION}"
27MAKE_ARGS+=	INCLUDES="-I${LOCALBASE}/include/apache${APACHE_VERSION} -I${LOCALBASE}/include/apr-1"
28INSTALL_TARGET=	install-modules-yes
29DOCSDIR=	${PREFIX}/share/doc/apache${APACHE_VERSION}/mod
30
31OPTIONS_DEFINE=	DOCS
32
33post-install:
34	@${MKDIR} ${FAKE_DESTDIR}/var/run/fcgidsock
35
36post-install-DOCS-on:
37	@${MKDIR} ${FAKE_DESTDIR}${DOCSDIR}
38	${INSTALL_DATA} ${WRKSRC}/docs/manual/mod/mod_fcgid.html ${FAKE_DESTDIR}${DOCSDIR}
39	${INSTALL_DATA} ${WRKSRC}/docs/manual/mod/mod_fcgid.html.en ${FAKE_DESTDIR}${DOCSDIR}
40
41.include <bsd.port.mk>
42

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026