# $NetBSD: Makefile,v 1.5 2010/02/15 11:38:44 fhajny Exp $ DISTNAME= mod_fcgid-2.3.5 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 CONFIGURE_ENV+= APXS=${APXS:Q} MAKE_FLAGS+= LIBTOOL=${LIBTOOL:Q} MAKE_FLAGS+= INCLUDES="-I${BUILDLINK_PREFIX.apache}/include/httpd" do-configure: cd ${WRKSRC} && ./configure.apxs .include "../../mk/apache.mk" .include "../../mk/bsd.pkg.mk"