summaryrefslogtreecommitdiff
path: root/security/libpreludedb/Makefile.common
blob: 888cc34bf7abb35779064e9460b6f3dcb2835346 (plain)
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
# $NetBSD: Makefile.common,v 1.6 2017/04/05 14:22:20 mef Exp $
#
# used by security/libpreludedb/Makefile
# used by security/libpreludedb-mysql/Makefile
# used by security/libpreludedb-perl/Makefile
# used by security/libpreludedb-pgsql/Makefile
# used by security/libpreludedb-python/Makefile
# used by security/libpreludedb-sqlite3/Makefile

DISTNAME=		libpreludedb-${VERSION}
VERSION=		0.9.15.3
CATEGORIES=		security
MASTER_SITES=		http://www.prelude-ids.com/download/releases/libpreludedb/

MAINTAINER=		pkgsrc-users@NetBSD.org
HOMEPAGE=		http://www.prelude-ids.org/download/releases/
COMMENT=		Provides an interface to the database used to store IDMEF alerts

PATCHDIR=		${.CURDIR}/../../security/libpreludedb/patches
DISTINFO_FILE=		${.CURDIR}/../../security/libpreludedb/distinfo

USE_PKGLOCALEDIR=	yes
USE_LIBTOOL=		yes
GNU_CONFIGURE=		yes
USE_TOOLS+=		make
CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR:Q}
USE_LANGUAGES=		c c++

PKG_OPTIONS_VAR=	PKG_OPTIONS.libpreludedb

pre-configure:
	${LN} -s ${BUILDLINK_DIR}/lib/libltdl.la ${BUILDLINK_DIR}/lib/libltdlc.la

.include "../../mk/bsd.prefs.mk"