Oh My Zsh is an open source, community-driven framework for managing your zsh configuration. Port version has install, uninstall, and upgrade functionalities removed. Internal paths are adjusted to allow multiple users to use Oh My Zsh together. Reviewed by: fernape Sponsored by: Intel Differential Revision: D25582
65 lines
1.4 KiB
Makefile
65 lines
1.4 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Shells
|
|
|
|
SUBDIR += 44bsd-csh
|
|
SUBDIR += ammonite
|
|
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 += lshell
|
|
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 += poshinit
|
|
SUBDIR += psh
|
|
SUBDIR += rc
|
|
SUBDIR += rush
|
|
SUBDIR += sash
|
|
SUBDIR += scponly
|
|
SUBDIR += starship
|
|
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>
|