ports/sysutils/tmuxinator/Makefile

27 lines
552 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = create and manage complex tmux sessions easily
DISTNAME = tmuxinator-3.0.5
REVISION = 0
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>