blob: 926562f5c6023b79a21f75ea392fd3de1ddf6e84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.19 2006/02/05 23:10:31 joerg Exp $
.include "../../net/snort/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-pgsql-/}
PKGREVISION= 2
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=${PGSQL_PREFIX:Q}
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|