mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
cdaabdf8ca
PR: ports/95614 Submitted by: maintainer
37 lines
1012 B
Makefile
37 lines
1012 B
Makefile
# New ports collection makefile for: prelude-manager
|
|
# Date created: Sun Aug 4 19:31:17 CEST 2002
|
|
# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= prelude-manager
|
|
PORTVERSION= 0.9.4.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
|
|
MASTER_SITES= http://www.prelude-ids.org/download/releases/old/
|
|
|
|
MAINTAINER= r.gruyters@yirdis.nl
|
|
COMMENT= Prelude Network Intrusion Detection System central logging point
|
|
|
|
LIB_DEPENDS+= prelude.7:${PORTSDIR}/security/libprelude \
|
|
xml2.5:${PORTSDIR}/textproc/libxml2
|
|
|
|
USE_GPG= yes
|
|
SIG_SUFFIX= .sig
|
|
USE_GMAKE= yes
|
|
INSTALLS_SHLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_RC_SUBR= prelude-manager.sh
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
|
|
--localstatedir=/var
|
|
|
|
.if defined(WITHOUT_DB)
|
|
PLIST_SUB+= WITH_DB="@comment "
|
|
.else
|
|
LIB_DEPENDS+= preludedb.3:${PORTSDIR}/security/libpreludedb
|
|
PLIST_SUB+= WITH_DB=""
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|