mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
597afc47ba
With hat: portmgr Sponsored by: Absolight
19 lines
476 B
Makefile
19 lines
476 B
Makefile
# $FreeBSD$
|
|
|
|
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"
|