# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="Cyphesis is a small to medium scale server for WorldForge games, with builtin AI. This version includes the demo game Mason which is currently in development." HOMEPAGE="http://www.worldforge.org/dev/eng/servers/cyphesis" SRC_URI="mirror://sourceforge/worldforge/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" SLOT="0" DEPEND=">=net-libs/Atlas-C++-0.4.9 >=net-libs/skstream-0.3 =dev-libs/libsigc++-1.2* >=media-libs/varconf-0.6.1 >=media-libs/mercator-0.2.0 >=dev-libs/wfmath-0.3 >=dev-db/postgresql-7.1.0" src_install() { emake DESTDIR="${D}" install || die "install failed" dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO }