summaryrefslogtreecommitdiff
path: root/net/snort-pgsql
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-04-15 08:32:48 +0000
committerrh <rh@pkgsrc.org>2002-04-15 08:32:48 +0000
commit6cf5b089809a865648172d0c24a268ceab0a27e2 (patch)
treef738501f9ba7ec577931fb0f4db92579f5bec654 /net/snort-pgsql
parent993557396141b8066b64a685d8118c27d0bd4df1 (diff)
downloadpkgsrc-6cf5b089809a865648172d0c24a268ceab0a27e2.tar.gz
Initial import of snort-pgsql-1.8.6, a variant of the snort package that
uses a PostgreSQL backend.
Diffstat (limited to 'net/snort-pgsql')
-rw-r--r--net/snort-pgsql/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/snort-pgsql/Makefile b/net/snort-pgsql/Makefile
new file mode 100644
index 00000000000..cb93d7cb595
--- /dev/null
+++ b/net/snort-pgsql/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/04/15 08:32:48 rh Exp $
+#
+
+.include "../snort/Makefile.common"
+
+PKGNAME= ${DISTNAME:S/-/-pgsql-/}
+
+COMMENT= Libpcap-based packet sniffer/logger using a PostgreSQL database
+
+CONFLICTS+= snort-[0-9]*
+
+CONFIGURE_ARGS+=--with-postgresql=${BUILDLINK_DIR}
+
+PKGDIR= ${.CURDIR}/../snort
+PATCHDIR= ${PKGDIR}/patches
+DISTINFO_FILE= ${PKGDIR}/distinfo
+
+.include "../../databases/postgresql-lib/buildlink.mk"
+.include "../../net/libpcap/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"