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

PORTNAME=	mcollective-service-agent

COMMENT=	MCollective agent to manage the OS Services

# See MASTERDIR for MAINTAINER.

RUN_DEPENDS=	mcollective-service-common>=${PORTVERSION}:sysutils/mcollective-service-common

MASTERDIR=	${.CURDIR}/../mcollective-service-common

PLIST_FILES=	share/mcollective/agent/service.rb

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

.include "${MASTERDIR}/Makefile"