blob: c0d79a0c832364458cb73a1f6fd15ae00903f669 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Anders Troback <freebsd@troback.com>
# $FreeBSD$
PORTNAME= prelude-pflogger
DISTVERSION= 0.9.0-rc2
PORTREVISION= 2
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:${PORTSDIR}/security/libprelude
USES= gmake
GNU_CONFIGURE= yes
USE_RC_SUBR= prelude-pflogger
NO_STAGE= yes
.include <bsd.port.mk>
|