diff options
author | bouyer <bouyer@pkgsrc.org> | 2006-02-18 17:20:43 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2006-02-18 17:20:43 +0000 |
commit | 35079ec0510346f5ad965de756bd47bfab47e55d (patch) | |
tree | b3315b30af40f35751ab5e3fc877f60225d5973e /net/nagios-plugin-ldap/Makefile | |
parent | a9a824245ed93c8c3ed0d5f2b33225771f6ea218 (diff) | |
download | pkgsrc-35079ec0510346f5ad965de756bd47bfab47e55d.tar.gz |
Initial import of nagios-plugin-ldap 1.4.2, based on nagios-plugin-ldap
from pkgsrc-wip.
This is a package for a ldap monitoring plug-in for nagios. For
more information about nagios, see the 'nagios-base' package.
Diffstat (limited to 'net/nagios-plugin-ldap/Makefile')
-rw-r--r-- | net/nagios-plugin-ldap/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/nagios-plugin-ldap/Makefile b/net/nagios-plugin-ldap/Makefile new file mode 100644 index 00000000000..980d4ce50b6 --- /dev/null +++ b/net/nagios-plugin-ldap/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/02/18 17:20:43 bouyer Exp $ +# + +PKGNAME= nagios-plugin-ldap-${PLUGINSVERSION} +CATEGORIES= net sysutils databases + +MAINTAINER= tech-pkg@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/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |