Thu Jan 29 16:54:17 2009 UTC ()
Needs libtool.


(joerg)
diff -r1.10 -r1.11 pkgsrc/security/ap-modsecurity2/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/security/ap-modsecurity2/Makefile (expand / switch to unified diff)

--- pkgsrc/security/ap-modsecurity2/Makefile 2008/10/25 15:59:27 1.10
+++ pkgsrc/security/ap-modsecurity2/Makefile 2009/01/29 16:54:17 1.11
@@ -1,32 +1,33 @@ @@ -1,32 +1,33 @@
1# $NetBSD: Makefile,v 1.10 2008/10/25 15:59:27 adrianp Exp $ 1# $NetBSD: Makefile,v 1.11 2009/01/29 16:54:17 joerg Exp $
2 2
3DISTNAME= modsecurity-apache_2.5.7 3DISTNAME= modsecurity-apache_2.5.7
4PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/apache_//} 4PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/apache_//}
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= www security 6CATEGORIES= www security
7MASTER_SITES= http://www.modsecurity.org/download/ 7MASTER_SITES= http://www.modsecurity.org/download/
8 8
9MAINTAINER= adrianp@NetBSD.org 9MAINTAINER= adrianp@NetBSD.org
10HOMEPAGE= http://www.modsecurity.org/ 10HOMEPAGE= http://www.modsecurity.org/
11COMMENT= Intrusion detection and prevention engine for web applications 11COMMENT= Intrusion detection and prevention engine for web applications
12 12
13PKG_APACHE_ACCEPTED= apache2 apache22 13PKG_APACHE_ACCEPTED= apache2 apache22
14 14
15.include "../../mk/apache.mk" 15.include "../../mk/apache.mk"
16.include "options.mk" 16.include "options.mk"
17 17
18GNU_CONFIGURE= YES 18GNU_CONFIGURE= YES
19USE_TOOLS+= pax 19USE_TOOLS+= pax
 20USE_LIBTOOL= yes
20WRKSRC= ${WRKDIR}/${DISTNAME}/apache2 21WRKSRC= ${WRKDIR}/${DISTNAME}/apache2
21USE_LANGUAGES+= c++ c 22USE_LANGUAGES+= c++ c
22 23
23CONFIGURE_ARGS+= --with-apxs=${PREFIX}/sbin/apxs 24CONFIGURE_ARGS+= --with-apxs=${PREFIX}/sbin/apxs
24CONFIGURE_ARGS+= --with-pcre=${PREFIX} 25CONFIGURE_ARGS+= --with-pcre=${PREFIX}
25CONFIGURE_ARGS+= --with-apr=${PREFIX} 26CONFIGURE_ARGS+= --with-apr=${PREFIX}
26CONFIGURE_ARGS+= --with-apu=${PREFIX} 27CONFIGURE_ARGS+= --with-apu=${PREFIX}
27CONFIGURE_ARGS+= --with-libxml=${PREFIX} 28CONFIGURE_ARGS+= --with-libxml=${PREFIX}
28 29
29EGDIR= ${PREFIX}/share/examples/ap-modsecurity 30EGDIR= ${PREFIX}/share/examples/ap-modsecurity
30CONF_FILES= ${EGDIR}/modsecurity.conf-minimal \ 31CONF_FILES= ${EGDIR}/modsecurity.conf-minimal \
31 ${PKG_SYSCONFDIR}/httpd/modsecurity.conf 32 ${PKG_SYSCONFDIR}/httpd/modsecurity.conf
32 33