aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_fcgid/Makefile
blob: 27fa006f43489e7068f6c6c25ef77f681a98433a (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$

PORTNAME=   mod_fcgid
PORTVERSION=    2.3.7
CATEGORIES= www
MASTER_SITES=       ${MASTER_SITE_APACHE_HTTPD}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX=  ${APACHE_PKGNAMEPREFIX}
DIST_SUBDIR=    apache2

MAINTAINER= freebsd.ports@webstyle.ch
COMMENT=    Alternative FastCGI module for Apache2

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/apache${APACHE_VERSION}/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>