openbsd-ports/security/prelude/lml/Makefile
aanriot dc0bacaa1b - add an advised rc.local entry in README.OpenBSD.
- also check maillog, secure, and error_log by default.
- regen patches.
- bump PKGNAME.
2006-11-11 19:26:48 +00:00

24 lines
538 B
Makefile

# $OpenBSD: Makefile,v 1.9 2006/11/11 19:26:48 aanriot Exp $
COMMENT= "Prelude log analyzer"
DISTNAME= prelude-lml-0.9.7
PKGNAME= ${DISTNAME}p1
WANTLIB= c pthread z gcrypt gpg-error gnutls
MODULES= devel/gettext
CONFIGURE_STYLE=gnu
LIB_DEPENDS= pcre.>=1::devel/pcre \
prelude.>=7::security/prelude/libprelude
CONFIGURE_ARGS= --disable-unsupported-rulesets
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/prelude-lml/
${INSTALL_DATA} ${FILESDIR}/README.OpenBSD \
${PREFIX}/share/doc/prelude-lml/
.include <bsd.port.mk>