89fe9269e1
security/libprelude: - Remove BROKEN, update to version 1.0.1 [1] - Add missing deps, port requires pkg-config during build security/libpreludedb: - Update to version 1.0.1p1 - Add missing deps - Make options deterministic and not dependent on what's installed security/prelude-lml: - Update to version 1.0.1 - Add missing deps, port requires pkg-config during build - Convert to OptionsNG security/prelude-manager: - Update to version 1.0.2 - Add missing deps, port requires pkg-config during build - Convert to OptionsNG, remove PRELUDEDB option - it can't be turned off by CONFIGURE_ARGS, package links to preludedb at all times if available security/pflogger: - Bump PORTREVISION, libprelude ABI version changed www/py-prewikka: - Update to version 1.0.1p1 - Convert to OptionsNG - Sort plist PR: 172056 [1] Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1]
19 lines
448 B
Makefile
19 lines
448 B
Makefile
# 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
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_RC_SUBR= prelude-pflogger
|
|
|
|
.include <bsd.port.mk>
|