# $Id: Portfile,v 1.18 2003/12/06 00:02:29 mij Exp $ PortSystem 1.0 name xchat2 version 2.0.6 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 5cc5e603083242fb598bc940b1a4fccc 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 }