597afc47ba
With hat: portmgr Sponsored by: Absolight
18 lines
465 B
Makefile
18 lines
465 B
Makefile
# $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"
|