mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
91f1b886d0
and manager node. WWW: http://github.com/etolabo/nagios-check_kumofs
36 lines
842 B
Makefile
36 lines
842 B
Makefile
# New ports collection makefile for: nagios-check_kumofs
|
|
# Date created: 29 Apr 2010
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= check_kumofs
|
|
PORTVERSION= 0.20100118
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= # none
|
|
PKGNAMEPREFIX= nagios-
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Nagios plugin for kumofs manager/server
|
|
|
|
RUN_DEPENDS= \
|
|
nagios-plugins>0:${PORTSDIR}/net-mgmt/nagios-plugins \
|
|
kumoctl:${PORTSDIR}/databases/kumofs
|
|
|
|
PLIST_FILES= libexec/nagios/check_kumomgr libexec/nagios/check_kumosvr
|
|
|
|
do-build:
|
|
${MKDIR} ${WRKSRC}
|
|
.for f in check_kumomgr check_kumosvr
|
|
${SED} -e 's|/usr/local|${PREFIX}|' ${FILESDIR}/${f}.in > ${WRKSRC}/${f}
|
|
.endfor
|
|
|
|
do-install:
|
|
.for f in check_kumomgr check_kumosvr
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/libexec/nagios/${f}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|