forked from Lainports/opnsense-ports
22 lines
400 B
Makefile
22 lines
400 B
Makefile
PORTNAME= teamocil
|
|
PORTVERSION= 1.4.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Helps you to set up window and splits layouts for tmux
|
|
WWW= https://github.com/remiprev/teamocil
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= tmux:sysutils/tmux
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/teamocil
|
|
|
|
.include <bsd.port.mk>
|