2eca3d9f2c
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default.
21 lines
612 B
Makefile
21 lines
612 B
Makefile
# $NetBSD: Makefile,v 1.3 2006/05/31 18:22:25 ghen Exp $
|
|
#
|
|
|
|
PKGNAME= nagios-plugin-ldap-${PLUGINSVERSION}
|
|
PKGREVISION= 1
|
|
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"
|