Ucpt:Games-util/wfmath/wfmath-0.3.3.ebuild
From Gentoo Linux Wiki
#Download - Bugs - Discussion - History
inherit eutils
DESCRIPTION="Math library from WorldForge"
SRC_URI="mirror://sourceforge/worldforge/${P}.tar.gz"
HOMEPAGE="http://www.worldforge.org/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
IUSE=""
DEPEND="virtual/libc
media-libs/atlascpp5"
src_install() {
make DESTDIR=${D} install || die "make install died"
dodoc AUTHORS COPYING ChangeLog NEWS README TODO
}
#
