blob: 3fe6b28cb6c49518686d0f6144d48daacb7ef5e7 (
plain)
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
|
# $NetBSD: Makefile,v 1.7 2010/11/23 11:55:15 obache Exp $
DISTNAME= mod_fcgid-2.3.6
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/mod_fcgid/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://httpd.apache.org/mod_fcgid/
COMMENT= High performance alternative to mod_cgi or mod_cgid
LICENSE= apache-2.0
PKG_DESTDIR_SUPPORT= user-destdir
PKG_APACHE_ACCEPTED= apache2 apache22
APACHE_MODULE= YES
USE_LIBTOOL= YES
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./configure.apxs
CONFIGURE_ENV+= APXS=${APXS:Q}
MAKE_FLAGS+= LIBTOOL=${LIBTOOL:Q}
MAKE_FLAGS+= INCLUDES="-I${BUILDLINK_PREFIX.apache}/include/httpd"
.include "../../mk/apache.mk"
.include "../../mk/bsd.pkg.mk"
|