# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="YeahConsole turns an xterm into a gamelike console." HOMEPAGE="http://phrat.de/yeahtools.html" SRC_URI="http://phrat.de/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="x11-libs/libX11" RDEPEND=">=x11-terms/xterm-168" src_unpack() { unpack ${A} } src_compile() { FLAGS=${CFLAGS} emake || die "emake failed" } src_install() { dodir /usr/bin make PREFIX=${D}/usr install || die dodoc README LICENSE }