dc0bacaa1b
- also check maillog, secure, and error_log by default. - regen patches. - bump PKGNAME.
24 lines
538 B
Makefile
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>
|