# $Id: Portfile,v 1.28 2005/03/19 21:29:57 mij Exp $ PortSystem 1.0 name xchat2 version 2.4.2 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.4/ distname xchat-${portversion} checksums md5 2d1f30fb2f088449f5f8892194bd1b55 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 }