summaryrefslogtreecommitdiff
path: root/net/nagios-plugin-ldap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/nagios-plugin-ldap/Makefile')
-rw-r--r--net/nagios-plugin-ldap/Makefile20
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"