blob: c13644c17dad6664be18e1743578ae2c7431d501 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.14 2004/04/10 03:11:17 snj Exp $
.include "../../net/snort/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-pgsql-/}
PKGREVISION= 1
COMMENT= Network Intrusion Detection System (with PostgreSQL support)
CONFLICTS+= snort-[0-9]*
CONFLICTS+= snort-mysql-[0-9]*
PKGDIR= ${.CURDIR}/../../net/snort
FILESDIR= ${PKGDIR}/files
PATCHDIR= ${PKGDIR}/patches
DISTINFO_FILE= ${PKGDIR}/distinfo
CONFIGURE_ARGS+= --with-postgresql=${BUILDLINK_PREFIX.postgresql-lib}
.include "../../databases/postgresql-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|