pkgsrc/net/nagios-plugins/Makefile.common
bouyer c38d443320 Update nagios plugins to 1.4.14. Changes since 1.4.13:
This is a bug fix release, which includes some important fixes to --extra-opts (a way of specifying command line options within files).
* check_http has options to specify the HTTP method (#2155152)
* check_users thresholds were not working exactly as documented (>= rather
  than >)
2009-12-15 18:59:54 +00:00

17 lines
462 B
Text

# $NetBSD: Makefile.common,v 1.7 2009/12/15 18:59:54 bouyer Exp $
#
PLUGINSVERSION= 1.4.14
DISTNAME= nagios-plugins-${PLUGINSVERSION}
MASTER_SITES?= ${MASTER_SITE_SOURCEFORGE:=nagiosplug/}
.include "../../net/nagios-base/Makefile.common"
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "DragonFly"
CONFIGURE_ARGS+= fu_cv_sys_stat_statvfs=no
.endif
CONFIGURE_ARGS+= --with-nagios-user=${NAGIOS_USER:Q}
CONFIGURE_ARGS+= --with-nagios-group=${NAGIOS_GROUP:Q}