freebsd-ports/shells/Makefile
Li-Wen Hsu c1e99c88ea Add shells/anongitssh: Restricted shell for git-upload-pack over SSH
Note: The default setting is for git.FreeBSD.org only and needs to be
      overridden and rebuilt for being useful in other setups.

Support of config file and other improvements will be available in
the upcoming updates.

Discussed with: hrs
Sponsored by:	The FreeBSD Foundation
2020-12-11 04:10:38 +00:00

65 lines
1.4 KiB
Makefile

# $FreeBSD$
#
COMMENT = Shells
SUBDIR += 44bsd-csh
SUBDIR += ammonite
SUBDIR += anongitssh
SUBDIR += antibody
SUBDIR += ast-ksh
SUBDIR += bash
SUBDIR += bash-completion
SUBDIR += bash-static
SUBDIR += bicon
SUBDIR += ch
SUBDIR += dash
SUBDIR += elvish
SUBDIR += envy
SUBDIR += es
SUBDIR += esh
SUBDIR += fd
SUBDIR += fish
SUBDIR += git-prompt.zsh
SUBDIR += heirloom-sh
SUBDIR += ibsh
SUBDIR += ion
SUBDIR += jailkit
SUBDIR += klish
SUBDIR += ksh2020
SUBDIR += ksh93
SUBDIR += ksh93-devel
SUBDIR += mksh
SUBDIR += nologinmsg
SUBDIR += ohmyzsh
SUBDIR += oksh
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 += rush
SUBDIR += sash
SUBDIR += scponly
SUBDIR += starship
SUBDIR += switchBashZsh
SUBDIR += tcsh_nls
SUBDIR += tcshrc
SUBDIR += v7sh
SUBDIR += viewglob
SUBDIR += vshnu
SUBDIR += wcd
SUBDIR += xonsh
SUBDIR += yash
SUBDIR += zsh
SUBDIR += zsh-antigen
SUBDIR += zsh-autosuggestions
SUBDIR += zsh-completions
SUBDIR += zsh-navigation-tools
SUBDIR += zsh-syntax-highlighting
.include <bsd.port.subdir.mk>