aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mcollective-nrpe-agent/Makefile
blob: e9005d4cc0e0eb3eb5bd024a8d17f9af91d583f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

PORTNAME=	mcollective-nrpe-agent
PORTEPOCH=	1

COMMENT=	MCollective agent 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/agent/nrpe.rb

do-install:
	cd ${WRKSRC} && ${COPYTREE_SHARE} "agent/*.rb" ${STAGEDIR}${PREFIX}/share/mcollective

.include "${MASTERDIR}/Makefile"