summaryrefslogtreecommitdiff
path: root/security/prelude-nids/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-17 00:07:53 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-17 00:07:53 +0000
commita769a701f64f19914099d3ae207c70f6cfa4731c (patch)
tree7ef777bc8d9329f51737c20da232f7815211ae53 /security/prelude-nids/Makefile
parents/ENV/SETENV/ (diff)
libprelude
- update to 0.8.10 - use NOPORTDOCS prelude-lml - chase shlib version, bump portrevision prelude-manager - update to 0.8.10 prelude-nids - update to 0.8.6 PR: ports/60113 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> (maintainer)
Notes
Notes: svn path=/head/; revision=95988
Diffstat (limited to 'security/prelude-nids/Makefile')
-rw-r--r--security/prelude-nids/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/security/prelude-nids/Makefile b/security/prelude-nids/Makefile
index 5c129cb5647d..6f50cd3b717c 100644
--- a/security/prelude-nids/Makefile
+++ b/security/prelude-nids/Makefile
@@ -5,14 +5,14 @@
# $FreeBSD$
PORTNAME= prelude-nids
-PORTVERSION= 0.8.5
+PORTVERSION= 0.8.6
CATEGORIES= security
-MASTER_SITES= http://www.prelude-ids.org/download/releases/
+MASTER_SITES= http://www.prelude-ids.org/download/releases/
MAINTAINER= sheepkiller@cultdeadsheep.org
COMMENT= Prelude Network Intrusion Detection System sensor
-LIB_DEPENDS= prelude.0:${PORTSDIR}/security/libprelude
+LIB_DEPENDS= prelude.1:${PORTSDIR}/security/libprelude
USE_GMAKE= yes
USE_LIBTOOL= yes
@@ -22,4 +22,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} \
MAN8= prelude-nids.8
+post-patch:
+ ${CP} ${FILESDIR}/libpcap.diff ${WRKSRC}
+
.include <bsd.port.mk>