1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/sysutils/mcollective-nrpe-client/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
533 B
Makefile

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"