freebsd-ports/security/prelude-lml/Makefile
Martin Wilke 75e705341d - Update to 0.9.7
Changelog prelude-lml-0.9.7:
 - Fix reading from standard input.
 - Fix OpenBSD getaddrinfo() problem.
 - Add Cisco-CSS support.
 - Add Cisco-Router IDS module support.
 - Checkpoint ruleset is supported again.
 - Support 'fork failure' grsecurity warning, fix 'terminal being sniffed'
  match.
 - NTsyslog ruleset audit.
 - Fix WAP11 ruleset.

PR:		ports/103220
Submitted by:	Robin Gruyters <r.gruyters(at)yirdis.nl> (maintainer)
2006-09-13 14:59:21 +00:00

27 lines
785 B
Makefile

# 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
PORTVERSION= 0.9.7
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
http://www.prelude-ids.org/download/releases/old/
MAINTAINER= r.gruyters@yirdis.nl
COMMENT= Prelude Network Intrusion Detection System Log Monitoring Lackey
LIB_DEPENDS+= prelude.[8-?]:${PORTSDIR}/security/libprelude \
pcre.0:${PORTSDIR}/devel/pcre
USE_GPG= yes
SIG_SUFFIX= .sig
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_RC_SUBR= prelude-lml.sh
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
.include <bsd.port.mk>