2006-09-24 16:38:52 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2006/09/24 20:38:52 aanriot Exp $
|
2006-06-26 14:04:24 -04:00
|
|
|
|
|
|
|
COMMENT= "Prelude log analyzer"
|
|
|
|
|
2006-09-24 16:38:52 -04:00
|
|
|
DISTNAME= prelude-lml-0.9.7
|
2006-06-26 14:04:24 -04:00
|
|
|
|
|
|
|
WANTLIB= c pthread z gcrypt gpg-error gnutls
|
|
|
|
MODULES= devel/gettext
|
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
|
2006-09-24 16:38:52 -04:00
|
|
|
LIB_DEPENDS= pcre.>=1::devel/pcre \
|
|
|
|
prelude.>=7::security/prelude/libprelude
|
2006-06-26 14:04:24 -04:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --disable-unsupported-rulesets
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|