Update sysutils/dateutils to version 0.4.1
[dports.git] / sysutils / mcollective-nrpe-agent / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       mcollective-nrpe-agent
4 PORTEPOCH=      1
5
6 COMMENT=        MCollective agent to interact with the NRPE monitoring system
7
8 # See MASTERDIR for MAINTAINER.
9
10 RUN_DEPENDS=    mcollective-nrpe-common>=${PORTVERSION}:sysutils/mcollective-nrpe-common
11
12 MASTERDIR=      ${.CURDIR}/../mcollective-nrpe-common
13
14 PLIST_FILES=    share/mcollective/agent/nrpe.rb
15
16 do-install:
17         cd ${WRKSRC} && ${COPYTREE_SHARE} "agent/*.rb" ${STAGEDIR}${PREFIX}/share/mcollective
18
19 .include "${MASTERDIR}/Makefile"