aboutsummaryrefslogtreecommitdiff
path: root/security/libpreludedb/Makefile
blob: 49504074b1968a8757ea6705053f5fc4d92fe8da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Created by: Sergei Kolobov <sergei@FreeBSD.org>

PORTNAME=	libpreludedb
PORTVERSION=	1.2.6
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://www.prelude-siem.org/attachments/download/408/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Library to access Prelude IDMEF database

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

DEPRECATED=	Very outdated, current version in tree was released back in 2015 and upstream is still active
EXPIRATION_DATE=2022-03-31

LIB_DEPENDS=	libprelude.so:security/libprelude

USES=		compiler:c11 gmake libtool
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--without-swig \
		--without-python3
INSTALL_TARGET=	install-strip
USE_LDCONFIG=	yes

OPTIONS_DEFINE=		DOCS
OPTIONS_MULTI=		DB
OPTIONS_MULTI_DB=	MYSQL PGSQL SQLITE
OPTIONS_DEFAULT=	MYSQL
OPTIONS_SUB=		yes

MYSQL_DESC=		MySQL plugin
MYSQL_USES=		mysql
MYSQL_CONFIGURE_WITH=	mysql
PGSQL_DESC=		PostgreSQL plugin
PGSQL_USES=		pgsql
PGSQL_CONFIGURE_WITH=	postgresql
SQLITE_DESC=		SQLite3 plugin
SQLITE_USES=		sqlite
SQLITE_CONFIGURE_WITH=	sqlite3

.include <bsd.port.mk>