# $Id: Portfile,v 1.5 2006/05/13 14:25:40 mww Exp $

PortSystem 1.0

name				xterm
version				213
categories			x11
platforms			darwin
maintainers			pesco@gmx.de
description			the ubiquitous X terminal emulator, stand-alone
long_description	The xterm program is a terminal emulator for the X Window \
					System. It supports a plethora of features, including \
					colors, Unicode, etc.
homepage			http://dickey.his.com/xterm/
master_sites		ftp://invisible-island.net/xterm/
extract.suffix		.tgz
checksums			sha1 7b76c63bcc0ccd70a5aa68045da6d51388b93515
depends_lib			lib:libX11.6:XFree86
configure.args		--mandir=${prefix}/share/man

platform darwin 8 {
	configure.env	CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0
}
