2014-03-13 16:47:29 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mcollective-nrpe-agent
|
2016-06-05 18:59:53 +02:00
|
|
|
PORTEPOCH= 1
|
2014-03-13 16:47:29 +01:00
|
|
|
|
2016-06-05 18:59:53 +02:00
|
|
|
COMMENT= MCollective agent to interact with the NRPE monitoring system
|
2014-03-13 16:47:29 +01:00
|
|
|
|
2016-06-05 18:59:53 +02:00
|
|
|
# See MASTERDIR for MAINTAINER.
|
2014-03-13 16:47:29 +01:00
|
|
|
|
2016-06-09 04:50:02 +02:00
|
|
|
RUN_DEPENDS= mcollective-nrpe-common>=${PORTVERSION}:sysutils/mcollective-nrpe-common
|
2014-03-13 16:47:29 +01:00
|
|
|
|
2016-06-05 18:59:53 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../mcollective-nrpe-common
|
2014-03-13 16:47:29 +01:00
|
|
|
|
2016-06-05 18:59:53 +02:00
|
|
|
PLIST_FILES= share/mcollective/agent/nrpe.rb
|
2014-03-13 16:47:29 +01:00
|
|
|
|
|
|
|
do-install:
|
2016-06-05 18:59:53 +02:00
|
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} "agent/*.rb" ${STAGEDIR}${PREFIX}/share/mcollective
|
2014-03-13 16:47:29 +01:00
|
|
|
|
2016-06-05 18:59:53 +02:00
|
|
|
.include "${MASTERDIR}/Makefile"
|