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
|
2006-03-02 10:39:09 +01:00
|
|
|
PORTVERSION= 0.9.3
|
2003-06-18 04:45:20 +02:00
|
|
|
CATEGORIES= security
|
2006-03-02 10:39:09 +01:00
|
|
|
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
|
|
|
|
http://www.prelude-ids.org/download/releases/old/
|
2003-06-18 04:45:20 +02:00
|
|
|
|
2006-02-15 15:02:57 +01:00
|
|
|
MAINTAINER= r.gruyters@yirdis.nl
|
2003-06-18 04:45:20 +02:00
|
|
|
COMMENT= Prelude Network Intrusion Detection System Log Monitoring Lackey
|
|
|
|
|
2006-02-14 16:21:30 +01:00
|
|
|
LIB_DEPENDS+= prelude.6:${PORTSDIR}/security/libprelude \
|
2003-06-18 04:45:20 +02:00
|
|
|
pcre.0:${PORTSDIR}/devel/pcre
|
|
|
|
|
2005-10-18 18:19:42 +02:00
|
|
|
USE_GPG= yes
|
|
|
|
SIG_SUFFIX= .sig
|
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-03-25 22:26:53 +01:00
|
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
|
2003-06-18 04:45:20 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|