# $Id: Portfile 24141 2007-04-17 10:24:38Z ryandesign@macports.org $ PortSystem 1.0 name weechat version 0.2.4 categories irc maintainers ehainry@free.fr description Fast, light & extensible IRC client long_description \ WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client\ for many operating systems. Everything can be done with a keyboard.\ It is customizable and extensible with plugins/scripts, and includes:\ - nicklist\ - smart hotlist\ - infobar with highlight notification\ - horizontal and vertical split\ - double charset support (decode/encode)\ - FIFO pipe for remote control\ - and much more! homepage http://weechat.flashtux.org/ platforms darwin master_sites ${homepage}download/ checksums md5 c7c7f89d6dac502ad31d12198a8836c1 \ sha1 2bd5ee7e720a037142ee3c225686e23bedf0290e \ rmd160 5e155dd00c74a2dfa8325e4d5cbdb651174f90d1 depends_lib port:gettext port:libiconv port:ncurses configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib configure.args --without-debug --disable-gnutls --disable-lua \ --disable-perl --disable-python --disable-ruby use_bzip2 yes variant lua { configure.args-delete --disable-lua configure.args-append --enable-lua depends_lib-append port:lua } variant perl { configure.args-delete --disable-perl configure.args-append --enable-perl depends_lib-append port:perl5.8 } variant ruby { configure.args-delete --disable-ruby configure.args-append --enable-ruby depends_lib-append port:ruby } variant tls { configure.args-delete --disable-gnutls configure.args-append --enable-gnutls depends_lib-append port:gnutls }