# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /home/cvsroot/gentoo-x86/app-games/knights/knights-0.5.4.1.ebuild,v 1.9 2002/07/27 10:44:29 seemant Exp $ LICENSE="GPL-2" DESCRIPTION="Freedroid - a Paradroid clone" HOMEPAGE="http://freedroid.sourceforge.net" KEYWORDS="x86" SRC_URI="mirror://sourceforge/freedroid/${P}.tar.gz" S=${WORKDIR}/${P} DEPEND=">=media-libs/libsdl-1.1.5 media-libs/sdl-image" confopts="--prefix=/usr" src_compile() { try ./configure ${confopts} || die try make || die } src_install () { try make DESTDIR=${D} install || die }