f982995f2b
ok jasper@ sthen@
22 lines
482 B
Makefile
22 lines
482 B
Makefile
# $OpenBSD: Makefile,v 1.22 2011/06/02 13:41:40 ajacoutot Exp $
|
|
|
|
COMMENT= Prelude log analyzer
|
|
|
|
DISTNAME= prelude-lml-0.9.15
|
|
REVISION= 5
|
|
|
|
WANTLIB += c gcrypt gnutls gpg-error m tasn1 z pcre prelude
|
|
WANTLIB += gmp hogweed nettle pthread
|
|
|
|
MODULES= devel/gettext
|
|
|
|
MASTER_SITES= http://www.prelude-ids.com/download/releases/prelude-lml/
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= --disable-unsupported-rulesets
|
|
|
|
LIB_DEPENDS= devel/pcre \
|
|
security/prelude/libprelude
|
|
|
|
.include <bsd.port.mk>
|