# $Id: Portfile,v 1.4 2006/07/17 09:39:55 rhwood Exp $

PortSystem 1.0
name		tsclient
version		0.148
description	A GNOME frontend for rdesktop and other remote desktop tools.
long_description        ${description}
maintainers	gnome-darwinports@opendarwin.org
categories	gnome net
platforms	darwin 
homepage	http://www.gnomepro.com/tsclient/
master_sites    ${homepage}
checksums	md5 06a6ff59b7c8ca26d4ea37340ed77423
depends_lib	lib:libpanelapplet-2:gnome-panel \
		bin:rdesktop:rdesktop \
		bin:vncviewer:vnc
configure.env   CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
		CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"
