2008-01-30 14:20:33 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2008/01/30 19:20:33 okan Exp $
|
2003-05-26 10:24:11 -04:00
|
|
|
|
2007-09-15 16:38:20 -04:00
|
|
|
COMMENT= Apache module that provides randomized services
|
2003-05-26 10:24:11 -04:00
|
|
|
|
|
|
|
DISTNAME= mod_random-1.4
|
2008-01-30 14:20:33 -05:00
|
|
|
PKGNAME= ${DISTNAME}p3
|
2003-05-26 10:24:11 -04:00
|
|
|
CATEGORIES= www
|
|
|
|
|
2008-01-30 14:20:33 -05:00
|
|
|
HOMEPAGE= http://tangent.org/
|
|
|
|
MASTER_SITES= http://download.tangent.org/
|
2007-06-26 15:19:45 -04:00
|
|
|
MODULES+= apache-module
|
2003-05-26 10:24:11 -04:00
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2007-06-26 15:19:45 -04:00
|
|
|
MODAPACHE_NAME= random
|
|
|
|
|
2003-05-26 10:24:11 -04:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
APXS= /usr/sbin/apxs
|
|
|
|
|
|
|
|
do-build:
|
|
|
|
cd ${WRKSRC} && \
|
|
|
|
${APXS} -c -o mod_random.so mod_random.c
|
2007-06-26 15:19:45 -04:00
|
|
|
@${MODAPACHE_CREATE_ENABLE_SCRIPT}
|
2003-05-26 10:24:11 -04:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mod_random
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/faq.html ${PREFIX}/share/doc/mod_random
|
2007-06-26 15:19:45 -04:00
|
|
|
${MODAPACHE_INSTALL}
|
2003-05-26 10:24:11 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|