openbsd-ports/www/mod_fastcgi/Makefile
simon c6b846f14f bump versions as MODAPACHE_FINAL changed
and fix mod_security packaging while there

"go ahead" steven@
2007-06-30 15:32:30 +00:00

39 lines
798 B
Makefile

# $OpenBSD: Makefile,v 1.4 2007/06/30 15:32:30 simon Exp $
COMMENT= "Apache FastCGI module"
DISTNAME= mod_fastcgi-2.4.2
PKGNAME= ${DISTNAME}p1
CATEGORIES= www
HOMEPAGE= http://www.fastcgi.com/
MASTER_SITES= ${HOMEPAGE}dist/
MODULES= apache-module
MODAPACHE_NAME= fastcgi
MAINTAINER= Marc Balmer <mbalmer@openbsd.org>
# Proprietary license
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
NO_REGRESS= Yes
do-build:
(cd ${WRKBUILD}; apxs -o mod_fastcgi.so -c *.c)
post-build:
@${MODAPACHE_CREATE_ENABLE_SCRIPT}
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_fastcgi
${INSTALL_DATA} ${WRKBUILD}/docs/* ${PREFIX}/share/doc/mod_fastcgi
${MODAPACHE_INSTALL}
.include <bsd.port.mk>