# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils games qt4 MY_PN="PokerTH" S="${WORKDIR}/${MY_PN}-${PV}" DESCRIPTION="Texas Hold'em poker game." HOMEPAGE="http://www.pokerth.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}-src.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="$(qt4_min_version 4.2.3) >=dev-libs/boost-1.33 >=dev-libs/openssl-0.9.7 media-libs/libmikmod media-libs/libsdl media-libs/sdl-mixer" RDEPEND="${DEPEND}" pkg_setup() { if ! built_with_use "x11-libs/qt" qt3support ; then eerror "x11-libs/qt has to be compiled with 'qt3support'" eerror "USE-flag enabled." die "Needed USE-flag for x11-libs/qt not found." fi if has_version "