1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/sysutils/scct/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

31 lines
512 B
Makefile

# $FreeBSD$
PORTNAME= scct
PORTVERSION= 0.1
CATEGORIES= sysutils
MAINTAINER= jrm@FreeBSD.org
COMMENT= Simple Cluster_SSH Clone using Tmux
LICENSE= BSD2CLAUSE
RUN_DEPENDS= tmux:sysutils/tmux
NO_ARCH= yes
NO_BUILD= yes
USE_GITHUB= yes
GH_ACCOUNT= Jehops
PLIST_FILES= bin/scct
PORTDOCS= README.org
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/scct ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.org ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>