freebsd-ports/security/prelude-nids/Makefile
Foxfair Hu a3e283b292 PR: 53013
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>

Add prelude-nids 0.8.1,
Sensor program of prelude Network Intrusion Detection System

prelude-nids : the Prelude Network Intrusion Detection System is a sensor,
that may be installed on the same machine as the manager or not, which watches
network traffic and looks for familiar patterns. This is functionally
equivalent to Snort (http://www.snort.org).
2003-06-18 02:48:52 +00:00

26 lines
640 B
Makefile

# New ports collection makefile for: prelude-nids
# Date created: Sun Aug 4 19:31:17 CEST 2002
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
#
# $FreeBSD$
PORTNAME= prelude-nids
PORTVERSION= 0.8.1
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/download/releases/
MAINTAINER= sheepkiller@cultdeadsheep.org
COMMENT= Prelude Network Intrusion Detection System sensor
LIB_DEPENDS= prelude.0:${PORTSDIR}/security/libprelude
GNU_MAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} \
--with-html-dir=${PREFIX}/share/doc \
--program-prefix=""
MAN8= prelude-nids.8
.include <bsd.port.mk>