aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/check_mysql_health/Makefile
blob: da86ca5b7bca57fda271b89ba592d3ca63ba28c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# $FreeBSD$

PORTNAME=   check_mysql_health
PORTVERSION=    2.1.5.1
CATEGORIES= net-mgmt
MASTER_SITES=   http://labs.consol.de/wp-content/uploads/2011/04/

MAINTAINER= ssanders@taximagic.com
COMMENT=    Nagios plugin to check various parameters of a MySQL database

RUN_DEPENDS=    p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql

LICENSE=    GPLv2

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-statefiles-dir=${NAGIOSDIR} \
        --with-nagios-user=${NAGIOSUSER} \
        --with-nagios-group=${NAGIOSGROUP} \
        --with-mymodules-dir=${PREFIX}/libexec/nagios \
        --with-mymodules-dyn-dir=${PREFIX}/libexec/nagios \
        --libexecdir=${PREFIX}/libexec/nagios \
        --with-perl=${PERL}

USES=       perl5

NAGIOSUSER?=    nagios
NAGIOSGROUP?=   nagios
NAGIOSDIR?= /var/spool/nagios

PLIST_FILES=    libexec/nagios/check_mysql_health
PLIST_DIRS= libexec/nagios

.include <bsd.port.mk>