# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Lemmings(tm) clone for Linux(tm) with unique features" HOMEPAGE="http://pingus.seul.org/" SRC_URI="http://pingus.seul.org/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="X mikmod oggvorbis opengl" DEPEND=">=app-games/clanlib-0.6.3 >=media-libs/hermes-1.3.2 >=dev-libs/libxml2-2.5 mikmod? ( >=media-sound/mikmod-3.1 ) oggvorbis? ( >=media-libs/libvorbis-1.0 )" src_compile() { local myconf use opengl && myconf="${myconf} --with-clanGL" econf ${myconf} || die emake || die } src_install() { einstall || die }