Lines 5-20
Link Here
|
5 |
# $FreeBSD: ports/security/prelude-manager/Makefile,v 1.56 2008/11/30 21:00:12 remko Exp $ |
5 |
# $FreeBSD: ports/security/prelude-manager/Makefile,v 1.56 2008/11/30 21:00:12 remko Exp $ |
6 |
|
6 |
|
7 |
PORTNAME= prelude-manager |
7 |
PORTNAME= prelude-manager |
8 |
PORTVERSION= 0.9.12.1 |
8 |
PORTVERSION= 0.9.14.2 |
9 |
PORTREVISION= 2 |
9 |
PORTREVISION= 2 |
10 |
CATEGORIES= security |
10 |
CATEGORIES= security |
11 |
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ |
11 |
MASTER_SITES= http://www.prelude-ids.com/download/releases/%SUBDIR%/ |
12 |
http://www.prelude-ids.org/download/releases/old/ |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old |
13 |
|
13 |
|
14 |
MAINTAINER= r.gruyters@snow.nl |
14 |
MAINTAINER= r.gruyters@snow.nl |
15 |
COMMENT= Prelude Network Intrusion Detection System central logging point |
15 |
COMMENT= Prelude Network Intrusion Detection System central logging point |
16 |
|
16 |
|
17 |
LIB_DEPENDS+= prelude.17:${PORTSDIR}/security/libprelude \ |
17 |
LIB_DEPENDS+= prelude.19:${PORTSDIR}/security/libprelude \ |
18 |
gnutls.26:${PORTSDIR}/security/gnutls |
18 |
gnutls.26:${PORTSDIR}/security/gnutls |
19 |
|
19 |
|
20 |
USE_GMAKE= yes |
20 |
USE_GMAKE= yes |
Lines 24-30
Link Here
|
24 |
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ |
24 |
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ |
25 |
--localstatedir=/var |
25 |
--localstatedir=/var |
26 |
|
26 |
|
27 |
BROKEN= does not build with current lib |
|
|
28 |
|
27 |
|
29 |
PRELUDEUSER?= prelude |
28 |
PRELUDEUSER?= prelude |
30 |
PRELUDEGROUP?= prelude |
29 |
PRELUDEGROUP?= prelude |