freebsd-ports/shells/Makefile
Kirill Ponomarev f46c730b41 Add new port shells/envy
Envy is a shell helper program that automatically sets environment
variables when you enter certain directories, and properly undoes
its actions when you leave them.

Envy can be used to replace the shell integration part of tools like
pyenv, nvm and asdf. It sets environment variables with the root of
the current git repository and the active branch without executing
git, which you can use to customize your shell prompt. It also loads
custom environment variables from local .envy files.
2018-03-06 19:10:08 +00:00

53 lines
1.1 KiB
Makefile

# $FreeBSD$
#
COMMENT = Shells
SUBDIR += 44bsd-csh
SUBDIR += bash
SUBDIR += bash-completion
SUBDIR += bash-static
SUBDIR += bashc
SUBDIR += ch
SUBDIR += dash
SUBDIR += envy
SUBDIR += es
SUBDIR += esh
SUBDIR += fd
SUBDIR += fish
SUBDIR += flash
SUBDIR += heirloom-sh
SUBDIR += hs-shelly
SUBDIR += ibsh
SUBDIR += jailkit
SUBDIR += klish
SUBDIR += ksh93
SUBDIR += lshell
SUBDIR += mksh
SUBDIR += nologinmsg
SUBDIR += oksh
SUBDIR += osh
SUBDIR += p5-Bash-Completion
SUBDIR += p5-Shell-Perl
SUBDIR += p5-Term-Bash-Completion-Generator
SUBDIR += p5-Term-ShellUI
SUBDIR += pdksh
SUBDIR += pear-PHP_Shell
SUBDIR += psh
SUBDIR += rc
SUBDIR += rssh
SUBDIR += sash
SUBDIR += scponly
SUBDIR += shell-include
SUBDIR += sparforte
SUBDIR += tcsh_nls
SUBDIR += tcshrc
SUBDIR += v7sh
SUBDIR += viewglob
SUBDIR += vshnu
SUBDIR += wcd
SUBDIR += xonsh
SUBDIR += zsh
SUBDIR += zsh-navigation-tools
.include <bsd.port.subdir.mk>