# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ HOMEPAGE="http://www.webcom.com/~haahr/es/es-usenix-winter93.html" DESCRIPTION="Es: a Unix shell with higher order functions" SRC_URI="ftp://ftp.sys.utoronto.ca/pub/es/${PN}-${PVR/_/-}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="virtual/libc readline" DEPEND="virtual/libc readline? ( sys-libs/readline )" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}-${PVR/_/-}" src_compile() { echo $S econf $(use_with readline) || die "econf failed" emake || die "emake failed" } src_install() { doman es.1 dodoc ERRATTA README TODO into / dobin es }