aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/nagios12/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-06-08 20:55:22 +0800
committeredwin <edwin@FreeBSD.org>2003-06-08 20:55:22 +0800
commitc0655a86f0d40e3a9d09cd127a77100135dcbec6 (patch)
tree7cce163f4ce8b8700879812bb1900c7fbbc62d20 /net-mgmt/nagios12/Makefile
parent18a290c6f17df5a5292157e4f9059397c0fa5a3b (diff)
downloadfreebsd-ports-gnome-c0655a86f0d40e3a9d09cd127a77100135dcbec6.tar.gz
freebsd-ports-gnome-c0655a86f0d40e3a9d09cd127a77100135dcbec6.tar.zst
freebsd-ports-gnome-c0655a86f0d40e3a9d09cd127a77100135dcbec6.zip
[MAINTAINER-UPDATE] Update nagios to 1.1
- update nagios port to 1.1 - add NAGIOS_FILE_PERFDATA switch to enable collection of performance data to a file (suggested by Douglas K. Rand <rand@meridian-enviro.com>) PR: ports/53034 Submitted by: Blaz Zupan <blaz.zupan@amis.net>
Diffstat (limited to 'net-mgmt/nagios12/Makefile')
-rw-r--r--net-mgmt/nagios12/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net-mgmt/nagios12/Makefile b/net-mgmt/nagios12/Makefile
index bce678162792..7ef95c86f584 100644
--- a/net-mgmt/nagios12/Makefile
+++ b/net-mgmt/nagios12/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= nagios
-PORTVERSION= 1.0
-PORTREVISION= 1
+PORTVERSION= 1.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=nagios
@@ -48,6 +47,10 @@ CONFIGURE_ARGS+=--with-mysql-lib=${LOCALBASE}/lib/mysql \
--with-mysql-xdata
.endif
+.if defined(NAGIOS_FILE_PERFDATA)
+CONFIGURE_ARGS+=--with-file-perfdata
+.endif
+
.if defined(WITH_POSTGRES)
LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7
CONFIGURE_ARGS+=--with-pgsql-lib=${LOCALBASE}/pgsql \