2014-03-13 17:33:27 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2014/03/13 17:33:27 sthen Exp $
|
2003-05-26 14:24:11 +00:00
|
|
|
|
2007-09-15 20:38:20 +00:00
|
|
|
COMMENT= Apache module that provides randomized services
|
2003-05-26 14:24:11 +00:00
|
|
|
|
2014-03-13 17:33:27 +00:00
|
|
|
REVISION= 8
|
2003-05-26 14:24:11 +00:00
|
|
|
DISTNAME= mod_random-1.4
|
|
|
|
CATEGORIES= www
|
|
|
|
|
2008-01-30 19:20:33 +00:00
|
|
|
HOMEPAGE= http://tangent.org/
|
|
|
|
MASTER_SITES= http://download.tangent.org/
|
2007-06-26 19:19:45 +00:00
|
|
|
MODULES+= apache-module
|
2003-05-26 14:24:11 +00:00
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2007-06-26 19:19:45 +00:00
|
|
|
MODAPACHE_NAME= random
|
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2003-05-26 14:24:11 +00:00
|
|
|
|
|
|
|
do-build:
|
|
|
|
cd ${WRKSRC} && \
|
2014-03-13 17:33:27 +00:00
|
|
|
${MODAPACHE_APXS} -c -o mod_random.so mod_random.c
|
2007-06-26 19:19:45 +00:00
|
|
|
@${MODAPACHE_CREATE_ENABLE_SCRIPT}
|
2003-05-26 14:24:11 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_random
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/faq.html ${PREFIX}/share/doc/mod_random
|
2007-06-26 19:19:45 +00:00
|
|
|
${MODAPACHE_INSTALL}
|
2003-05-26 14:24:11 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|