diff options
author | salo <salo@pkgsrc.org> | 2003-07-26 11:13:49 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-07-26 11:13:49 +0000 |
commit | d25c7f8aeef14f8256449458ac68ab959524d306 (patch) | |
tree | d7483a2261eb9a459801c554992b26f654503d52 /net/snort-pgsql | |
parent | 6ecd356afd2b0576849c0cbf5e63789b1e700aee (diff) | |
download | pkgsrc-d25c7f8aeef14f8256449458ac68ab959524d306.tar.gz |
Sync with snort-2.0.1 update.
Diffstat (limited to 'net/snort-pgsql')
-rw-r--r-- | net/snort-pgsql/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/snort-pgsql/Makefile b/net/snort-pgsql/Makefile index 2c9ec2ec604..2c64bf781f0 100644 --- a/net/snort-pgsql/Makefile +++ b/net/snort-pgsql/Makefile @@ -1,19 +1,18 @@ -# $NetBSD: Makefile,v 1.10 2003/04/16 15:51:24 salo Exp $ +# $NetBSD: Makefile,v 1.11 2003/07/26 11:13:50 salo Exp $ # .include "../../net/snort/Makefile.common" PKGNAME= ${DISTNAME:S/-/-pgsql-/} -PKGREVISION= 1 -COMMENT= Libpcap-based packet sniffer/logger using a PostgreSQL database - -USE_BUILDLINK2= YES +COMMENT= Network Intrusion Detection System (with PostgreSQL support) CONFLICTS+= snort-[0-9]* CONFLICTS+= snort-mysql-[0-9]* -CONFIGURE_ARGS+=--with-postgresql=${BUILDLINK_PREFIX.postgresql-lib} +USE_BUILDLINK2= YES + +CONFIGURE_ARGS+= --with-postgresql=${BUILDLINK_PREFIX.postgresql-lib} PKGDIR= ${.CURDIR}/../../net/snort FILESDIR= ${PKGDIR}/files @@ -22,4 +21,5 @@ DISTINFO_FILE= ${PKGDIR}/distinfo .include "../../databases/postgresql-lib/buildlink2.mk" .include "../../net/libpcap/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |