freebsd-ports/sysutils/mcollective-shell-client/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

33 lines
1.1 KiB
Makefile

# Created by: Bartek Rutkowski <robak@FreeBSD.org>
# $FreeBSD$
PORTNAME= mcollective-shell-client
PORTVERSION= 0.0.2
CATEGORIES= sysutils
MAINTAINER= robak@FreeBSD.org
COMMENT= MCollective shell client plugin
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= mcollective>=2.2.4:sysutils/mcollective
USE_GITHUB= yes
GH_ACCOUNT= puppetlabs
GH_PROJECT= mcollective-shell-agent
PLIST_FILES= share/mcollective/application/shell/watcher.rb \
share/mcollective/application/shell/prefix_stream_buf.rb \
share/mcollective/application/shell.rb
PLIST_DIRS= share/mcollective/application/shell
NO_BUILD= yes
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${PLIST_DIRS}
${INSTALL_DATA} ${WRKSRC}/lib/mcollective/application/shell/watcher.rb ${STAGEDIR}${PREFIX}/share/mcollective/application/shell/
${INSTALL_DATA} ${WRKSRC}/lib/mcollective/application/shell/prefix_stream_buf.rb ${STAGEDIR}${PREFIX}/share/mcollective/application/shell/
${INSTALL_DATA} ${WRKSRC}/lib/mcollective/application/shell.rb ${STAGEDIR}${PREFIX}/share/mcollective/application/
.include <bsd.port.mk>