openbsd-ports/security/prelude/lml/Makefile

22 lines
487 B
Makefile
Raw Normal View History

2011-11-04 04:42:25 -04:00
# $OpenBSD: Makefile,v 1.24 2011/11/04 08:43:32 jasper Exp $
COMMENT= Prelude log analyzer
DISTNAME= prelude-lml-0.9.15
2011-11-04 04:42:25 -04:00
REVISION= 7
WANTLIB += c gcrypt gnutls gpg-error m tasn1 z pcre prelude
2011-11-04 04:42:25 -04:00
WANTLIB += gmp hogweed nettle pthread p11-kit
MODULES= devel/gettext
MASTER_SITES= http://www.prelude-ids.com/download/releases/prelude-lml/
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-unsupported-rulesets
2010-11-20 12:22:40 -05:00
LIB_DEPENDS= devel/pcre \
security/prelude/libprelude
.include <bsd.port.mk>