# $Id: Portfile,v 1.14 2004/03/19 23:18:43 mij Exp $

PortSystem 1.0
name		xchat
version		1.8.11
revision	1
categories	irc
maintainers	mij@opendarwin.org
description	GTK+ IRC client
homepage	http://www.xchat.org/
platforms	darwin

long_description XChat is a graphical IRC client based on GTK that has \
		 many features and can be scripted with Perl and/or Python.

master_sites	http://www.xchat.org/files/source/1.8/
checksums	md5 951f5b2fe2d5deef08f7f519414072a1

use_bzip2	yes

depends_lib	lib:libintl.3:gettext lib:libgtk.1:gtk1

configure.env	LIBS="-L${prefix}/lib" CFLAGS="-I${prefix}/include" \
		CPPFLAGS="-I${prefix}/include -no-cpp-precomp"

configure.args	--disable-perl
