# $Id: Portfile 30536 2007-10-30 23:27:20Z ryandesign@macports.org $

PortSystem 1.0

name		xchat
version		1.8.11
revision	1
categories	irc
maintainers	nomaintainer
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	port:gettext port:gtk1

configure.env	LIBS="-L${prefix}/lib"
configure.cflags-append "-I${prefix}/include"
configure.cppflags-append "-no-cpp-precomp"

configure.args	--disable-perl

platform darwin i386 {
    configure.args-append --disable-mmx
}

livecheck.check	none
