openbsd-ports/sysutils/tmuxinator/Makefile
2022-05-05 15:41:56 +00:00

28 lines
579 B
Makefile

COMMENT = create and manage complex tmux sessions easily
DISTNAME = tmuxinator-1.1.3
REVISION = 3
FULLPKGNAME = ${DISTNAME}
CATEGORIES = sysutils
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
MODRUBY_HANDLE_FLAVORS = No
CONFIGURE_STYLE = ruby gem
GEM_FLAGS = --no-format-executable
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-thor,${MODRUBY_FLAVOR} \
devel/ruby-xdg,${MODRUBY_FLAVOR}<3 \
textproc/ruby-erubis,${MODRUBY_FLAVOR}
# Fix mux.fish symlink
pre-configure:
ln -shf tmuxinator.fish ${WRKSRC}/completion/mux.fish
.include <bsd.port.mk>