1997c75349
From Darrin Chandler
23 lines
515 B
Makefile
23 lines
515 B
Makefile
# $OpenBSD: Makefile,v 1.13 2007/09/15 23:30:00 merdely Exp $
|
|
|
|
COMMENT= Prelude log analyzer
|
|
|
|
DISTNAME= prelude-lml-0.9.10
|
|
|
|
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>
|