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="ftp://ftp.worldforge.org/pub/worldforge/games/mason/0.2/${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* >=dev-libs/varconf-0.6.1 >=media-libs/mercator-0.2.0 >=dev-libs/wfmath-0.3 >=dev-db/postgresql-7.1.0" src_compile() { econf || die emake || die } src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO }