# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # likewhoa inherit games DESCRIPTION="3d Tetris game." HOMEPAGE="http://freshmeat.net/redir/sdlblock/32300/url_homepage/sdlblock" SRC_URI="mirror://sourceforge/${PN}/${PF}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="sdl-mixer" DEPEND="media-libs/mesa sdl-mixer? (media-libs/sdl-mixer) media-libs/libsdl media-libs/sdl-image media-libs/libpng sys-libs/zlib" RDEPEND="${DEPEND}" src_unpack() { unpack ${A} } src_compile() { cd ${S} egamesconf || die "econf failed." }