mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
0078064281
Term::ShellUI uses the history and autocompletion features of Term::ReadLine to present a sophisticated command-line interface to the user. It tries to make every feature that one would expect to see in a fully interactive shell trivial to implement. You simply declare your command set and let ShellUI take care of the heavy lifting. WWW: http://search.cpan.org/dist/Term-ShellUI
41 lines
754 B
Makefile
41 lines
754 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Shells
|
|
|
|
SUBDIR += 44bsd-csh
|
|
SUBDIR += bash
|
|
SUBDIR += bash-completion
|
|
SUBDIR += bash2
|
|
SUBDIR += bush
|
|
SUBDIR += ch
|
|
SUBDIR += es
|
|
SUBDIR += esh
|
|
SUBDIR += fd
|
|
SUBDIR += flash
|
|
SUBDIR += gscommander
|
|
SUBDIR += ibsh
|
|
SUBDIR += ksh93
|
|
SUBDIR += mksh
|
|
SUBDIR += nologinmsg
|
|
SUBDIR += osh
|
|
SUBDIR += p5-Term-ShellUI
|
|
SUBDIR += pash
|
|
SUBDIR += pdksh
|
|
SUBDIR += perlsh
|
|
SUBDIR += rc
|
|
SUBDIR += rssh
|
|
SUBDIR += sash
|
|
SUBDIR += scponly
|
|
SUBDIR += tcsh-bofh
|
|
SUBDIR += tcsh_nls
|
|
SUBDIR += tcshrc
|
|
SUBDIR += v7sh
|
|
SUBDIR += viewglob
|
|
SUBDIR += vshnu
|
|
SUBDIR += wapsh
|
|
SUBDIR += zoidberg
|
|
SUBDIR += zsh
|
|
|
|
.include <bsd.port.subdir.mk>
|