5b519d3295
- Add NO_ARCH - Fix WWW:
35 lines
867 B
Makefile
35 lines
867 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= check_mysql_health
|
|
PORTVERSION= 2.1.5.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= http://labs.consol.de/wp-content/uploads/2011/04/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Nagios plugin to check various parameters of a MySQL database
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
|
|
|
|
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
|
|
NO_ARCH= yes
|
|
|
|
NAGIOSUSER?= nagios
|
|
NAGIOSGROUP?= nagios
|
|
NAGIOSDIR?= /var/spool/nagios
|
|
|
|
PLIST_FILES= libexec/nagios/check_mysql_health
|
|
|
|
.include <bsd.port.mk>
|