2006-08-23 20:45:31 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2006/08/23 18:45:31 wiz Exp $
|
2006-02-18 18:19:20 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
CATEGORIES= net sysutils
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2006-02-18 18:19:20 +01:00
|
|
|
HOMEPAGE= http://sourceforge.net/projects/nagiosplug/
|
|
|
|
COMMENT= Nagios plugins
|
|
|
|
|
|
|
|
.include "../../net/nagios-plugins/Makefile.common"
|
|
|
|
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
2006-08-17 16:20:14 +02:00
|
|
|
CONFIGURE_ARGS+= --without-pgsql --without-mysql \
|
|
|
|
--without-smbclient-command --without-snmpget-command \
|
|
|
|
--without-snmpgetnext-command --without-fping-command
|
|
|
|
|
2006-02-18 18:19:20 +01:00
|
|
|
.if ${OPSYS} == "NetBSD"
|
|
|
|
CONFIGURE_ARGS+= --with-df-command="/bin/df -Pklt nokernfs,procfs,fdesc"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
DEPENDS+= nagios-base>=2.0:../../net/nagios-base
|
|
|
|
|
|
|
|
.if !exists(/usr/bin/ssh)
|
|
|
|
DEPENDS+= {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/openssh
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|