|
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-31
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 |
|
| 29 |
PRELUDEUSER?= prelude |
27 |
PRELUDEUSER?= prelude |
| 30 |
PRELUDEGROUP?= prelude |
28 |
PRELUDEGROUP?= prelude |
| 31 |
PRELUDEDIR?= /nonexistent |
29 |
PRELUDEDIR?= /nonexistent |
|
Lines 67-71
Link Here
|
| 67 |
${CP} -p ${PREFIX}/etc/prelude-manager/prelude-manager.conf-dist \ |
65 |
${CP} -p ${PREFIX}/etc/prelude-manager/prelude-manager.conf-dist \ |
| 68 |
${PREFIX}/etc/prelude-manager/prelude-manager.conf ; \ |
66 |
${PREFIX}/etc/prelude-manager/prelude-manager.conf ; \ |
| 69 |
fi |
67 |
fi |
|
|
68 |
.if !defined(NOPORTEXAMPLES) |
| 69 |
@${MKDIR} ${EXAMPLESDIR} |
| 70 |
@${MKDIR} ${EXAMPLESDIR}/smtp |
| 71 |
${INSTALL_DATA} ${WRKSRC}/plugins/reports/smtp/template.example ${EXAMPLESDIR}/smtp/template.example |
| 72 |
.endif |
| 70 |
|
73 |
|
| 71 |
.include <bsd.port.post.mk> |
74 |
.include <bsd.port.post.mk> |