# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games S="${WORKDIR}/${P}" DESCRIPTION="Space Hulk is a boardgame in the world of Warhammer 40k" HOMEPAGE="http://perso.enst.fr/~vinot/spacehulk/" SRC_URI="http://freesoftware.fsf.org/download/spacehulk/main.pkg/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="nas" DEPEND=">=x11-libs/qt-3.0.5-r2 nas? ( >=media-libs/nas-1.5 )" src_compile() { egamesconf || die make || die } src_install() { egamesinstall || die prepgamesdirs }