2011-09-17 06:29:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2011/09/17 10:29:44 sthen Exp $
|
2005-02-14 01:23:23 -05:00
|
|
|
|
2007-09-15 16:38:20 -04:00
|
|
|
COMMENT= Apache FastCGI module
|
2005-02-14 01:23:23 -05:00
|
|
|
|
2011-09-17 06:29:43 -04:00
|
|
|
REVISION= 3
|
2009-06-19 08:19:00 -04:00
|
|
|
DISTNAME= mod_fastcgi-SNAP-0811090952
|
|
|
|
# temporary workaround: as the original distname would prevent a seamless
|
|
|
|
# update use the last offical version and append the date of the snapshot
|
2010-09-26 13:45:13 -04:00
|
|
|
PKGNAME= mod_fastcgi-2.4.6.081109
|
2007-04-28 07:49:56 -04:00
|
|
|
|
2005-02-14 01:23:23 -05:00
|
|
|
CATEGORIES= www
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.fastcgi.com/
|
|
|
|
|
2009-06-19 08:19:00 -04:00
|
|
|
MASTER_SITES= ${HOMEPAGE}dist/ \
|
|
|
|
${HOMEPAGE}dist/old/
|
2005-02-14 01:23:23 -05:00
|
|
|
|
2007-06-22 10:48:23 -04:00
|
|
|
MODULES= apache-module
|
|
|
|
MODAPACHE_NAME= fastcgi
|
|
|
|
|
2005-02-14 01:23:23 -05:00
|
|
|
# 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)
|
2007-06-22 10:48:23 -04:00
|
|
|
|
2005-02-14 01:23:23 -05:00
|
|
|
post-build:
|
2007-06-22 10:48:23 -04:00
|
|
|
@${MODAPACHE_CREATE_ENABLE_SCRIPT}
|
2005-02-14 01:23:23 -05:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_fastcgi
|
|
|
|
${INSTALL_DATA} ${WRKBUILD}/docs/* ${PREFIX}/share/doc/mod_fastcgi
|
2007-06-22 10:48:23 -04:00
|
|
|
${MODAPACHE_INSTALL}
|
|
|
|
|
2005-02-14 01:23:23 -05:00
|
|
|
.include <bsd.port.mk>
|