mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
8271365a60
seems quite a few crept in. Pointy hat to: fluffy, mm, romain Sponsored by: Absolight
20 lines
481 B
Makefile
20 lines
481 B
Makefile
# $FreeBSD$
|
|
|
|
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"
|