2006-03-04 22:28:51 +01:00
|
|
|
# $NetBSD: Makefile,v 1.2 2006/03/04 21:30:20 jlam Exp $
|
2006-02-18 18:21:58 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
PKGNAME= nagios-plugin-mysql-${PLUGINSVERSION}
|
|
|
|
CATEGORIES= net sysutils databases
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2006-02-18 18:21:58 +01:00
|
|
|
COMMENT= Nagios mysql plugin
|
|
|
|
|
|
|
|
DEPENDS+= nagios-plugins-${PLUGINSVERSION}:../../net/nagios-plugins
|
|
|
|
|
|
|
|
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"
|