summaryrefslogtreecommitdiff
path: root/net/snort-pgsql/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/snort-pgsql/Makefile')
-rw-r--r--net/snort-pgsql/Makefile12
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"