2003-06-18 04:45:20 +02:00
|
|
|
# New ports collection makefile for: prelude-lml
|
|
|
|
# Date created: Sun Aug 4 19:31:17 CEST 2002
|
|
|
|
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= prelude-lml
|
2009-09-18 15:00:01 +02:00
|
|
|
PORTVERSION= 0.9.15
|
2012-02-14 13:45:35 +01:00
|
|
|
PORTREVISION= 1
|
2003-06-18 04:45:20 +02:00
|
|
|
CATEGORIES= security
|
2011-08-02 18:22:15 +02:00
|
|
|
MASTER_SITES= http://www.prelude-technologies.com/download/releases/${PORTNAME}/
|
2003-06-18 04:45:20 +02:00
|
|
|
|
2009-09-24 00:17:11 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-06-18 04:45:20 +02:00
|
|
|
COMMENT= Prelude Network Intrusion Detection System Log Monitoring Lackey
|
|
|
|
|
2009-09-18 15:00:01 +02:00
|
|
|
LIB_DEPENDS+= prelude.20:${PORTSDIR}/security/libprelude \
|
2012-02-14 13:45:35 +01:00
|
|
|
pcre.1:${PORTSDIR}/devel/pcre
|
2003-06-18 04:45:20 +02:00
|
|
|
|
2005-10-18 18:19:42 +02:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-03-21 12:50:53 +01:00
|
|
|
USE_RC_SUBR= prelude-lml.sh
|
2004-03-25 22:26:53 +01:00
|
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
|
2003-06-18 04:45:20 +02:00
|
|
|
|
2006-12-21 20:14:20 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(WITH_FAM)
|
|
|
|
USE_FAM= yes
|
|
|
|
CONFIGURE_ARGS+= --enable-fam
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-fam
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-install:
|
2006-12-22 09:51:41 +01:00
|
|
|
@if [ ! -f ${PREFIX}/etc/prelude-lml/prelude-lml.conf ]; then \
|
2006-12-21 20:14:20 +01:00
|
|
|
${CP} -p ${PREFIX}/etc/prelude-lml/prelude-lml.conf-dist \
|
|
|
|
${PREFIX}/etc/prelude-lml/prelude-lml.conf ; \
|
|
|
|
fi
|
2006-12-22 09:51:41 +01:00
|
|
|
@if [ ! -f ${PREFIX}/etc/prelude-lml/plugins.rules ]; then \
|
2006-12-21 20:14:20 +01:00
|
|
|
${CP} -p ${PREFIX}/etc/prelude-lml/plugins.rules-dist \
|
|
|
|
${PREFIX}/etc/prelude-lml/plugins.rules ; \
|
|
|
|
fi
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|