summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorshannonjr <shannonjr>2006-01-29 16:50:58 +0000
committershannonjr <shannonjr>2006-01-29 16:50:58 +0000
commitd9312a6699fc748f10abf24776a2a968990e59c0 (patch)
tree74d4ce385be65556078bf8e418f6aa7a86628531 /net
parent23774b323c702e59fc59b4ca18ecd37eda086adb (diff)
downloadpkgsrc-d9312a6699fc748f10abf24776a2a968990e59c0.tar.gz
This is a package providing a version of snort that functions as a sensor
in the Prelude hybrid IDS system. This snort version will report alerts to the coonfigured Prelude manager. The overhead of this reporting option is comparable to barnyard. This is one of several new Prelude packages.
Diffstat (limited to 'net')
-rw-r--r--net/snort-prelude/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/net/snort-prelude/Makefile b/net/snort-prelude/Makefile
new file mode 100644
index 00000000000..ad9659e5bb1
--- /dev/null
+++ b/net/snort-prelude/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/29 16:50:58 shannonjr Exp $
+
+.include "../../net/snort/Makefile.common"
+
+PKGNAME= ${DISTNAME:S/-/-prelude-/}
+PKGREVISION= 2
+
+COMMENT= Network Intrusion Detection System (with MySQL support)
+
+CONFLICTS+= snort-[0-9]*
+CONFLICTS+= snort-pgsql-[0-9]*
+CONFLICTS+= snort-mysql-[0-9]*
+
+PKGDIR= ${.CURDIR}/../../net/snort
+FILESDIR= ${PKGDIR}/files
+PATCHDIR= ${PKGDIR}/patches
+DISTINFO_FILE= ${PKGDIR}/distinfo
+
+CONFIGURE_ARGS+= --enable-prelude
+CONFIGURE_ARGS+= --localstatedir=/var/run
+CONFIGURE_ARGS+= --sharedstatedir=/var/run
+
+.include "../../security/libprelude/buildlink3.mk"
+.include "../../security/libpreludedb/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"