# $Id: Portfile,v 1.2 2005/09/13 05:58:28 olegb Exp $

PortSystem 1.0
name		gnome-mud
version		0.10.5
description	GNOME-Mud is a mudclient for the GNOME platform. 
long_description        ${description}
maintainers	gnome-darwinports@opendarwin.org
categories	gnome games
platforms	darwin 
homepage	http://amcl.sourceforge.net/
master_sites    sourceforge:amcl
checksums	md5 74908bc30500f9876715fc624d271340
depends_lib	bin:gnome-session:gnome-session
configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
		CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"
configure.args	--without-python --mandir=${prefix}/share/man
post-destroot	{
		file copy ${destroot}${prefix}/games/gnome-mud \
			  ${destroot}${prefix}/bin/gnome-mud
		file delete ${destroot}${prefix}/games/gnome-mud
		}
