24 lines
689 B
Makefile
24 lines
689 B
Makefile
# $NetBSD: Makefile,v 1.14 2013/03/02 20:33:31 wiz Exp $
|
|
#
|
|
|
|
PKGNAME= nagios-plugin-mysql-${PLUGINSVERSION}
|
|
PKGREVISION= 4
|
|
CATEGORIES= net sysutils databases
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Nagios mysql plugin
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
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"
|