pkgsrc/security/libpreludedb/Makefile
shannonjr 2d9347b730 Update to 0.9.5.1
Changes:

* libpreludedb-0.9.5.1:

- Correctly read database schema version.


* libpreludedb-0.9.5:

- Fix important memory leak in Python bindings, Prewikka should end-up
  consuming way less memory than it used to.

- Fix PostgreSQL plugin compilation problem.

- Fix for preludedb-admin --count handling when --offset was used.

- Provide more information in preludedb-admin error message.

- Various cleanup.
2006-03-04 12:37:01 +00:00

33 lines
1,023 B
Makefile

# $NetBSD: Makefile,v 1.5 2006/03/04 12:37:01 shannonjr Exp $
#
DISTNAME= libpreludedb-0.9.5.1
CATEGORIES= security
MASTER_SITES= http://prelude-ids.org/download/releases/
MAINTAINER= shannonjr@NetBSD.org
HOMEPAGE= http://www.prelude-ids.org/download/releases/
COMMENT= Provides an interface to the database used to store IDMEF alerts
.include "../../mk/mysql.buildlink3.mk"
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= make
CONFIGURE_ARGS+= -enable-mysql
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --enable-python
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client}
LDFLAGS+= ${BUILDLINK_LDFLAGS.mysql-client}
PYBINMODULE= yes
PY_PATCHPLIST= yes
.include "../../security/libprelude/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"