2020-03-27 21:56:53 +01:00
|
|
|
# $NetBSD: Makefile.common,v 1.9 2020/03/27 20:56:53 joerg Exp $
|
2009-10-02 11:50:38 +02:00
|
|
|
#
|
|
|
|
# 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/
|
|
|
|
|
2017-09-12 08:15:19 +02:00
|
|
|
MAINTAINER?= pkgsrc-users@NetBSD.org
|
2017-08-16 22:45:30 +02:00
|
|
|
#HOMEPAGE= http://www.prelude-ids.org/download/releases/
|
2009-10-02 11:50:38 +02:00
|
|
|
COMMENT= Provides an interface to the database used to store IDMEF alerts
|
|
|
|
|
2009-10-07 21:40:41 +02:00
|
|
|
PATCHDIR= ${.CURDIR}/../../security/libpreludedb/patches
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../security/libpreludedb/distinfo
|
2009-10-02 11:50:38 +02:00
|
|
|
|
2020-03-27 21:56:53 +01:00
|
|
|
CHECK_PORTABILITY_SKIP+= configure.in
|
|
|
|
|
2009-10-02 11:50:38 +02:00
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_TOOLS+= make
|
2017-09-12 08:15:19 +02:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
2009-10-02 11:50:38 +02:00
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.libpreludedb
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
${LN} -s ${BUILDLINK_DIR}/lib/libltdl.la ${BUILDLINK_DIR}/lib/libltdlc.la
|
2009-10-07 21:39:42 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|