7a5515161e
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>
21 lines
518 B
Makefile
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>
|