# $Id: Portfile,v 1.19 2004/01/03 20:47:38 mij Exp $ PortSystem 1.0 name xchat2 version 2.0.7 categories irc maintainers mij@opendarwin.org description GTK+2 IRC client homepage http://www.xchat.org/ platforms darwin long_description XChat2 is a graphical IRC client based on GTK2 that has \ many features and can be scripted with Perl and/or Python. master_sites http://www.xchat.org/files/source/2.0/ distname xchat-${portversion} checksums md5 f53bae43f4e89c6a8d873877d86df1b5 use_bzip2 yes depends_lib lib:libgtk.2:gtk2 configure.env LDFLAGS="-L${prefix}/lib -L${x11prefix}/lib" \ CFLAGS="-I${prefix}/include" CPPFLAGS="-I${prefix}/include \ -I${x11prefix}/include -no-cpp-precomp" \ LIBS="-lintl -liconv -lX11 -lXft" configure.args --disable-python platform darwin 6 { configure.args-append --enable-tcl=/System/Library/Tcl/8.3 } platform darwin 7 { configure.args-append --enable-tcl=/usr/lib } variant xft { configure.args-append --enable-xft } variant ssl { configure.args-append --enable-openssl } variant ipv6 { configure.args-append --enable-ipv6 }