174ab24b03
1.4.3 Setuid plugins (check_dhcp, check_icmp) separated into plugins-root/. Run make install as root to install SSL plugins work with gnutls as well as OpenSSL check_mysql_query added to run arbitrary SQL commands, with threshold checking libtool now required for development systems Notice: check_udp (compiled from check_udp.c) will be deprecated in the next release. check_udp2 should be used instead and will be renamed to check_udp
20 lines
597 B
Makefile
20 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.4 2006/08/17 14:21:39 taca Exp $
|
|
#
|
|
|
|
PKGNAME= nagios-plugin-ldap-${PLUGINSVERSION}
|
|
CATEGORIES= net sysutils databases
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Nagios ldap plugin
|
|
|
|
DEPENDS+= nagios-plugins-${PLUGINSVERSION}:../../net/nagios-plugins
|
|
|
|
.include "../../net/nagios-plugins/Makefile.common"
|
|
|
|
BINARY_TARGET= check_ldap
|
|
|
|
.include "../../net/nagios-plugins/Makefile.plugin"
|
|
.include "../../databases/openldap-client/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|