# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="Pingus is a free Lemmings clone" HOMEPAGE="http://pingus.seul.org/" SRC_URI="http://pingus.seul.org/files/pingus-0.6.0.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="mikmod oggvorbis opengl" DEPEND=">=media-libs/hermes-1.3.2-r2 \ >=app-games/clanlib-0.6.5 \ >=dev-libs/libxml2-2.5.6 mikmod? ( >=media-sound/mikmod-3.1 ) oggvorbis? ( >=media-libs/libvorbis-1.0 )" src_compile() { local myconf use opengl && myconf="${myconf} --with-clanGL" egamesconf ${myconf} || die emake || die } src_install() { einstall bindir=${D}${GAMES_PREFIX}/bin || die prepgamesdirs }