# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A node builder specially designed for OpenGL ports of the DOOM game engine." HOMEPAGE="http://glbsp.sourceforge.net/" SRC_URI="mirror://sourceforge/glbsp/${PN}_src_205.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" src_compile() { cd cmdline emake -f makefile.unx || die "emake failed" } src_install() { dobin cmdline/glbsp }