1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="Alien-smashing action game"
9 HOMEPAGE="http://www.dogcows.com/yoink"
10 SRC_URI="ftp://ftp.dogcows.com/yoink/${P}.tar.bz2"
12 LICENSE="BSD-2 BSD LGPL-2.1 ZLIB"
14 KEYWORDS="amd64 ~ppc x86"
15 IUSE="debug double-precision gtk hotload qt4 threads"
19 media-libs/libsdl[opengl]
24 gtk? ( x11-libs/gtk+:2 )
25 qt4? ( !gtk? ( x11-libs/qt-core:4 ) )"
31 egamesconf --disable-dependency-tracking \
33 --print-instructions=no \
35 $(use_enable double-precision) \
36 $(use_enable hotload) \
37 $(use_enable threads) \
43 emake DESTDIR="${D}" install || die "Install failed"
44 dodoc AUTHORS COPYING README TODO || die "Install docs failed"
45 doicon data/yoink.png || die "Install icon failed"
46 make_desktop_entry yoink Yoink || die "Install destop entry failed"