freebsd-ports/shells/Makefile
Tobias Kortkamp 8e41b33ef0 New port: shells/zsh-antigen
Antigen is a small set of functions that help you easily manage
your Z shell (zsh) plugins, called bundles.  The concept is pretty
much the same as bundles in a typical vim+pathogen setup.  Antigen
is to zsh, what Vundle is to vim.

WWW: https://github.com/zsh-users/antigen

PR:		217706
Submitted by:	Victor <gudfitz@gmail.com>
2018-06-18 04:59:40 +00:00

56 lines
1.1 KiB
Makefile

# $FreeBSD$
#
COMMENT = Shells
SUBDIR += 44bsd-csh
SUBDIR += bash
SUBDIR += bash-completion
SUBDIR += bash-static
SUBDIR += bashc
SUBDIR += bicon
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-antigen
SUBDIR += zsh-navigation-tools
.include <bsd.port.subdir.mk>