Fixup fromcvs/togit conversion
[pkgsrcv2.git] / security / libpreludedb / Makefile.common
1 # $NetBSD: Makefile.common,v 1.2 2009/10/07 19:39:43 joerg Exp $
2 #
3 # used by security/libpreludedb/Makefile
4 # used by security/libpreludedb-mysql/Makefile
5 # used by security/libpreludedb-perl/Makefile
6 # used by security/libpreludedb-pgsql/Makefile
7 # used by security/libpreludedb-python/Makefile
8 # used by security/libpreludedb-sqlite3/Makefile
9
10 DISTNAME=               libpreludedb-${VERSION}
11 VERSION=                0.9.15.3
12 CATEGORIES=             security
13 MASTER_SITES=           http://www.prelude-ids.com/download/releases/libpreludedb/
14
15 MAINTAINER=             shannonjr@NetBSD.org
16 HOMEPAGE=               http://www.prelude-ids.org/download/releases/
17 COMMENT=                Provides an interface to the database used to store IDMEF alerts
18
19 PATCHDIR=               ${.CURDIR}/../../security/libpreludedb/patches
20 DISTINFO_FILE=          ${.CURDIR}/../../security/libpreludedb/distinfo
21
22 USE_PKGLOCALEDIR=       yes
23 USE_LIBTOOL=            yes
24 GNU_CONFIGURE=          yes
25 USE_TOOLS+=             make
26 CONFIGURE_ARGS+=        --sysconfdir=${PKG_SYSCONFDIR:Q}
27 USE_LANGUAGES=          c c++
28
29 PKG_OPTIONS_VAR=        PKG_OPTIONS.libpreludedb
30
31 pre-configure:
32         ${LN} -s ${BUILDLINK_DIR}/lib/libltdl.la ${BUILDLINK_DIR}/lib/libltdlc.la
33
34 .include "../../mk/bsd.prefs.mk"