diff options
author | rh <rh> | 2002-04-15 08:32:48 +0000 |
---|---|---|
committer | rh <rh> | 2002-04-15 08:32:48 +0000 |
commit | 2fda03c80f8c6c76d77bbe7474f4fa2529028a0d (patch) | |
tree | f738501f9ba7ec577931fb0f4db92579f5bec654 /net/snort-pgsql | |
parent | 78a668e41e215b928ddf2555c74557c1f874de56 (diff) | |
download | pkgsrc-2fda03c80f8c6c76d77bbe7474f4fa2529028a0d.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/Makefile | 20 |
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" |