freebsd-ports/shells/Makefile
Edwin Groothuis bdbd787306 [NEW PORT] shells/zoidberg: A modular PERL shell
A modular Perl shell written, configured, and operated
	entirely in Perl. It aspires to be a fully operational login
	shell with all the features one normally expects. But it
	also gives direct access to Perl objects and data structures
	from the command line, and allows you to run Perl code
	within the scope of your command line.

	WWW: http://zoidberg.student.utwente.nl/

PR:		ports/72053
Submitted by:	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
2004-10-14 07:35:21 +00:00

36 lines
671 B
Makefile

# $FreeBSD$
#
COMMENT = Shells
SUBDIR += 44bsd-csh
SUBDIR += bash
SUBDIR += bash-completion
SUBDIR += bash1
SUBDIR += bash2
SUBDIR += es
SUBDIR += esh
SUBDIR += fd
SUBDIR += flash
SUBDIR += gscommander
SUBDIR += ksh93
SUBDIR += mudsh
SUBDIR += nologinmsg
SUBDIR += osh
SUBDIR += pash
SUBDIR += pdksh
SUBDIR += perlsh
SUBDIR += rc
SUBDIR += rssh
SUBDIR += sash
SUBDIR += scponly
SUBDIR += tcshrc
SUBDIR += v7sh
SUBDIR += vshnu
SUBDIR += wapsh
SUBDIR += zoidberg
SUBDIR += zsh
SUBDIR += zsh+euc_hack
SUBDIR += zsh-devel
.include <bsd.port.subdir.mk>