47172a8238
- update libprelude to 0.8.7 - update prelude-nids to 0.8.4 - update prelude-lml 0.8.5 PR: ports/57625 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
24 lines
639 B
Makefile
24 lines
639 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.8.5
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.prelude-ids.org/download/releases/
|
|
|
|
MAINTAINER= sheepkiller@cultdeadsheep.org
|
|
COMMENT= Prelude Network Intrusion Detection System Log Monitoring Lackey
|
|
|
|
LIB_DEPENDS+= prelude.0:${PORTSDIR}/security/libprelude \
|
|
pcre.0:${PORTSDIR}/devel/pcre
|
|
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc \
|
|
--program-prefix=""
|
|
|
|
.include <bsd.port.mk>
|