Changeset View
Changeset View
Standalone View
Standalone View
net-mgmt/check_mysql_health/Makefile
PORTNAME= check_mysql_health | PORTNAME= check_mysql_health | ||||
DISTVERSION= 3.0.0.5 | DISTVERSION= 3.0.0.5 | ||||
PORTREVISION= 1 | PORTREVISION= 2 | ||||
CATEGORIES= net-mgmt | CATEGORIES= net-mgmt | ||||
MASTER_SITES= https://labs.consol.de/assets/downloads/nagios/ | MASTER_SITES= https://labs.consol.de/assets/downloads/nagios/ | ||||
MAINTAINER= kirill@varnakov.com | MAINTAINER= kirill@varnakov.com | ||||
COMMENT= Nagios plugin to check various parameters of a MySQL database | COMMENT= Nagios plugin to check various parameters of a MySQL database | ||||
WWW= https://labs.consol.de/de/nagios/check_mysql_health/ | WWW= https://labs.consol.de/de/nagios/check_mysql_health/ | ||||
LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql | RUN_DEPENDS= ${DBD_MYSQL} | ||||
USES= autoreconf perl5 gmake | USES= autoreconf mysql perl5 gmake | ||||
GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
CONFIGURE_ARGS= --with-statefiles-dir=${NAGIOSDIR} \ | CONFIGURE_ARGS= --with-statefiles-dir=${NAGIOSDIR} \ | ||||
--with-nagios-user=${NAGIOSUSER} \ | --with-nagios-user=${NAGIOSUSER} \ | ||||
--with-nagios-group=${NAGIOSGROUP} \ | --with-nagios-group=${NAGIOSGROUP} \ | ||||
--with-mymodules-dir=${PREFIX}/libexec/nagios \ | --with-mymodules-dir=${PREFIX}/libexec/nagios \ | ||||
--with-mymodules-dyn-dir=${PREFIX}/libexec/nagios \ | --with-mymodules-dyn-dir=${PREFIX}/libexec/nagios \ | ||||
--libexecdir=${PREFIX}/libexec/nagios \ | --libexecdir=${PREFIX}/libexec/nagios \ | ||||
Show All 11 Lines |