# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games MY_P="${P}.20031223" S="${WORKDIR}/${MY_P}" DESCRIPTION="OpenGL accelerated 3d tank combat simulator game" HOMEPAGE="http://www.BZFlag.org/" SRC_URI="mirror://sourceforge/bzflag/${MY_P}.tar.gz" IUSE="" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="virtual/opengl" src_install () { make DESTDIR=${D} install || die "make install failed" dodoc AUTHORS README.UNIX TODO README ChangeLog BUGS PORTING || \ die "dodoc failed" prepgamesdirs } pkg_postinst() { games_pkg_postinst ewarn "This version of ${PN} breaks compatibility with releases below 1.10" echo }