601583c320
Patch provided by Sergey Svishchev in private mail.
22 lines
653 B
Makefile
22 lines
653 B
Makefile
# $NetBSD: Makefile,v 1.4 2007/02/22 19:26:56 wiz Exp $
|
|
#
|
|
|
|
PKGNAME= nagios-plugin-mysql-${PLUGINSVERSION}
|
|
CATEGORIES= net sysutils databases
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Nagios mysql plugin
|
|
|
|
DEPENDS+= nagios-plugins-${PLUGINSVERSION}{,nb[0-9]*}:../../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"
|