# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/app-games/freedroid/freedroid-1.0.1.ebuild,v 1.6 2003/02/13 07:42:39 vapier Exp $ SRC_URI="mirror://sourceforge/freedroid/${P}.tar.gz" HOMEPAGE="http://freedroid.sourceforge.net/" LICENSE="GPL-2" DESCRIPTION="Freedroid - a Paradroid clone" KEYWORDS="x86 ppc" S=${WORKDIR}/${P} DEPEND=">=media-libs/libsdl-1.1.5 media-libs/sdl-mixer media-libs/sdl-image" SLOT="0" src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install() { make DESTDIR=${D} install || die }