summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshannonjr <shannonjr@pkgsrc.org>2006-01-29 16:50:58 +0000
committershannonjr <shannonjr@pkgsrc.org>2006-01-29 16:50:58 +0000
commitad85322632c1f22310c1a2bb6a8c560acd937631 (patch)
tree74d4ce385be65556078bf8e418f6aa7a86628531
parent194d9a69c2167292123d187dec66e8a9e1aaea5c (diff)
downloadpkgsrc-ad85322632c1f22310c1a2bb6a8c560acd937631.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.
-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"