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
|
2003-11-04 04:06:36 +01:00
|
|
|
PORTVERSION= 0.8.6
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 2
|
2003-06-18 04:45:20 +02:00
|
|
|
CATEGORIES= security
|
2003-12-17 01:07:53 +01:00
|
|
|
MASTER_SITES= http://www.prelude-ids.org/download/releases/
|
2003-06-18 04:45:20 +02:00
|
|
|
|
2004-02-29 16:29:53 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-06-18 04:45:20 +02:00
|
|
|
COMMENT= Prelude Network Intrusion Detection System Log Monitoring Lackey
|
|
|
|
|
2003-12-17 01:07:53 +01:00
|
|
|
LIB_DEPENDS+= prelude.1:${PORTSDIR}/security/libprelude \
|
2003-06-18 04:45:20 +02:00
|
|
|
pcre.0:${PORTSDIR}/devel/pcre
|
|
|
|
|
2003-09-27 00:30:58 +02:00
|
|
|
USE_GMAKE= yes
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_LIBTOOL_VER= 13
|
2005-04-11 10:04:41 +02:00
|
|
|
CONFIGURE_TARGET= --build=${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>
|