# Copyright 2005 Graeme Sheppard # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Launches your opengl linux games with your favourite graphics settings on nvidia hardware." HOMEPAGE="http://www.rillion.net/gamepick/index.html" SRC_URI="http://www.rillion.net/gamepick/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="gtk2" DEPEND=">=x11-libs/gtk+-2" src_install() { make DESTDIR="${D}" install || die }