aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/icinga
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2014-07-30 16:17:39 +0000
committerLars Engels <lme@FreeBSD.org>2014-07-30 16:17:39 +0000
commit383100cfc77306991405b112a8c0f02123b9355e (patch)
tree74d0d1de659d01e72b576f7a1d7a025ac88e8359 /net-mgmt/icinga
parent6a69f7c6fcf07ffc32a16a8b310f2736986c1bdd (diff)
downloadports-383100cfc77306991405b112a8c0f02123b9355e.tar.gz
ports-383100cfc77306991405b112a8c0f02123b9355e.zip
Notes
Diffstat (limited to 'net-mgmt/icinga')
-rw-r--r--net-mgmt/icinga/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/net-mgmt/icinga/Makefile b/net-mgmt/icinga/Makefile
index e24ff30ac684..8c5e1399c757 100644
--- a/net-mgmt/icinga/Makefile
+++ b/net-mgmt/icinga/Makefile
@@ -3,6 +3,7 @@
PORTNAME= icinga
PORTVERSION= 1.11.5
+PORTREVISION= 1
CATEGORIES= net-mgmt
MASTER_SITES= https://github.com/Icinga/${PORTNAME}-core/releases/download/v${PORTVERSION}/
@@ -12,7 +13,6 @@ COMMENT= Enterprise grade open source monitoring system based on Nagios
LICENSE= GPLv2
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
-RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagios-plugins
USES= iconv gmake
USE_AUTOTOOLS= autoconf libltdl
@@ -74,10 +74,15 @@ SUB_LIST= PREFIX=${PREFIX} \
${PLIST_SUB}
OPTIONS_DEFINE= IDOUTILS
-OPTIONS_DEFAULT= IDOUTILS
+OPTIONS_RADIO= PLUGINS
+OPTIONS_RADIO_PLUGINS= MONPLUGINS NAGPLUGINS
+OPTIONS_DEFAULT= IDOUTILS MONPLUGINS
IDOUTILS_DESC= Enable Icinga Data Objects support
+MONPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/monitoring-plugins
+NAGPLUGINS_RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagios-plugins
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIDOUTILS}