# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.6 2002/05/07 03:58:19 drobbins Exp S=${WORKDIR}/${PN} DESCRIPTION="Reimplementation of the SCUMM gameenginge used in Lucasarts adventures" SRC_URI="http://west.dl.sourceforge.net/sourceforge/scummvm/${PN}_${PV}-src.tgz" HOMEPAGE="http://scummvm.sf.net" LICENSE="GPL" DEPEND="media-sound/mad" src_compile() { emake -f Makefile.x11 || die } src_install () { dobin scummvm doman scummvm.6 dodoc readme.txt copying.txt whatsnew.txt }