freebsd-ports/sysutils/mcollective-nrpe-client/Makefile
Mathieu Arnold 8271365a60 It's been a long time since I checked ${PORTSDIR} in _DEPENDS line. It
seems quite a few crept in.

Pointy hat to:	fluffy, mm, romain
Sponsored by:	Absolight
2016-06-09 02:50:02 +00:00

19 lines
546 B
Makefile

# $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"