2014-03-13 17:33:27 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2014/03/13 17:33:27 sthen Exp $
|
2005-02-14 06:23:23 +00:00
|
|
|
|
2007-09-15 20:38:20 +00:00
|
|
|
COMMENT= Apache FastCGI module
|
2005-02-14 06:23:23 +00:00
|
|
|
|
2014-03-13 17:33:27 +00:00
|
|
|
REVISION= 4
|
2009-06-19 12:19:00 +00: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 17:45:13 +00:00
|
|
|
PKGNAME= mod_fastcgi-2.4.6.081109
|
2007-04-28 11:49:56 +00:00
|
|
|
|
2005-02-14 06:23:23 +00:00
|
|
|
CATEGORIES= www
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.fastcgi.com/
|
|
|
|
|
2009-06-19 12:19:00 +00:00
|
|
|
MASTER_SITES= ${HOMEPAGE}dist/ \
|
|
|
|
${HOMEPAGE}dist/old/
|
2005-02-14 06:23:23 +00:00
|
|
|
|
2007-06-22 14:48:23 +00:00
|
|
|
MODULES= apache-module
|
|
|
|
MODAPACHE_NAME= fastcgi
|
|
|
|
|
2005-02-14 06:23:23 +00:00
|
|
|
# Proprietary license
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2005-02-14 06:23:23 +00:00
|
|
|
|
|
|
|
do-build:
|
2014-03-13 17:33:27 +00:00
|
|
|
(cd ${WRKBUILD}; ${MODAPACHE_APXS} -o mod_fastcgi.so -c *.c)
|
2007-06-22 14:48:23 +00:00
|
|
|
|
2005-02-14 06:23:23 +00:00
|
|
|
post-build:
|
2007-06-22 14:48:23 +00:00
|
|
|
@${MODAPACHE_CREATE_ENABLE_SCRIPT}
|
2005-02-14 06:23:23 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_fastcgi
|
|
|
|
${INSTALL_DATA} ${WRKBUILD}/docs/* ${PREFIX}/share/doc/mod_fastcgi
|
2007-06-22 14:48:23 +00:00
|
|
|
${MODAPACHE_INSTALL}
|
|
|
|
|
2005-02-14 06:23:23 +00:00
|
|
|
.include <bsd.port.mk>
|