Merge from vendor branch TNF:
[pkgsrcv2.git] / net / nagios-plugin-ldap / Makefile
1 # $NetBSD: Makefile,v 1.10 2011/04/08 22:48:03 morr Exp $
2 #
3
4 PKGNAME=        nagios-plugin-ldap-${PLUGINSVERSION}
5 PKGREVISION=    1
6 CATEGORIES=     net sysutils databases
7
8 MAINTAINER=     pkgsrc-users@NetBSD.org
9 COMMENT=        Nagios ldap plugin
10 LICENSE=        gnu-gpl-v3
11
12 PKG_DESTDIR_SUPPORT=    user-destdir
13
14 DEPENDS+=       nagios-plugins-${PLUGINSVERSION}{,nb[0-9]*}:../../net/nagios-plugins
15
16 .include "../../net/nagios-plugins/Makefile.common"
17
18 BINARY_TARGET=  check_ldap
19
20 .include "../../net/nagios-plugins/Makefile.plugin"
21 .include "../../databases/openldap-client/buildlink3.mk"
22 .include "../../security/openssl/buildlink3.mk"
23 .include "../../devel/gettext-lib/buildlink3.mk"
24 .include "../../mk/bsd.pkg.mk"