2011-04-22 15:41:54 +02:00
|
|
|
# $NetBSD: Makefile,v 1.10 2011/04/22 13:44:25 obache Exp $
|
2006-02-18 18:21:58 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
PKGNAME= nagios-plugin-mysql-${PLUGINSVERSION}
|
2011-04-22 15:41:54 +02:00
|
|
|
PKGREVISION= 1
|
2007-02-22 20:26:05 +01:00
|
|
|
CATEGORIES= net sysutils databases
|
2006-02-18 18:21:58 +01:00
|
|
|
|
2007-02-22 20:26:05 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2006-02-18 18:21:58 +01:00
|
|
|
COMMENT= Nagios mysql plugin
|
2011-04-09 00:48:40 +02:00
|
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2006-02-18 18:21:58 +01:00
|
|
|
|
2007-02-22 20:26:05 +01:00
|
|
|
DEPENDS+= nagios-plugins-${PLUGINSVERSION}{,nb[0-9]*}:../../net/nagios-plugins
|
2006-02-18 18:21:58 +01:00
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client}
|
|
|
|
|
|
|
|
.include "../../net/nagios-plugins/Makefile.common"
|
|
|
|
|
|
|
|
BINARY_TARGET= check_mysql
|
|
|
|
|
|
|
|
.include "../../net/nagios-plugins/Makefile.plugin"
|
|
|
|
.include "../../mk/mysql.buildlink3.mk"
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|