blob: e791457517cb8b8039ea5c504142b393da358618 (
plain) (
tree)
|
|
# $FreeBSD$
PORTNAME= mcollective-nrpe-client
COMMENT= MCollective client to interact with the NRPE monitoring system
# See MASTERDIR for MAINTAINER.
RUN_DEPENDS= mcollective-nrpe-common>=${PORTVERSION}:sysutils/mcollective-nrpe-common
MASTERDIR= ${.CURDIR}/../mcollective-nrpe-common
PLIST_FILES= share/mcollective/aggregate/nagios_states.rb \
share/mcollective/application/nrpe.rb
do-install:
cd ${WRKSRC} && ${COPYTREE_SHARE} "aggregate/*.rb application/*.rb" ${STAGEDIR}${PREFIX}/share/mcollective
.include "${MASTERDIR}/Makefile"
|