# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="Marathon open source project" HOMEPAGE="http://source.bungie.org/" SRC_URI="mirror://sourceforge/marathon/aleph-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="virtual/opengl media-libs/libsdl media-libs/sdl-image media-libs/sdl-net dev-lang/lua" S=${WORKDIR}/aleph_${PV} src_unpack() { unpack ${A} cd ${S} NO_CONFIGURE=bah ./autogen.sh || die "autogen failed" } src_install() { make DESTDIR="${D}" install || die dodoc AUTHORS README docs/Cheat_Codes dohtml docs/MML.html prepgamesdirs }