freebsd-ports/security/prelude-pflogger/Makefile
Martin Wilke 7a5515161e Prelude is a new innovative hybrid Intrusion Detection system designed
to be very modular, distributed, rock solid and fast.

Prelude-PFlogger Listens at OpenBSD PF redirect logged packet, and
send alerts to the Prelude Manager.

WWW: http://www.prelude-ids.org/

PR:		ports/134746
Submitted by:	Anders Troback <freebsd at troback.com>
2009-05-23 14:08:35 +00:00

21 lines
518 B
Makefile

# New ports collection makefile for: prelude-pflogger
# Date created: 19 May 2009
# Whom: Anders Troback <freebsd@troback.com>
#
# $FreeBSD$
PORTNAME= prelude-pflogger
DISTVERSION= 0.9.0-rc2
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.com/download/releases/${PORTNAME}/
MAINTAINER= freebsd@troback.com
COMMENT= Prelude-PFlogger Listens at OpenBSD PF
LIB_DEPENDS+= prelude.19:${PORTSDIR}/security/libprelude
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_RC_SUBR= prelude-pflogger
.include <bsd.port.mk>