# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils games DESCRIPTION="A fully free and open source MMORPG game with the looks of \"old-fashioned\" 2D RPG" HOMEPAGE="http://themanaworld.org" SRC_URI="mirror://sourceforge/themanaworld/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-games/physfs-1.0.0 dev-libs/libxml2 media-libs/sdl-mixer media-libs/sdl-image >=dev-games/guichan-0.3.0" src_install() { make DESTDIR=${D} install mv "${D}${GAMES_DATADIR}/"{applications,pixmaps} "${D}/usr/share/" dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO prepgamesdirs }