aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mcollective-service-client/Makefile
blob: ced56dd4123840b6a14a9ec90ea30cc9efea22a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	mcollective-service-client

COMMENT=	MCollective client 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/application/service.rb

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

.include "${MASTERDIR}/Makefile"