1 | PortSystem 1.0 |
---|
2 | name weechat |
---|
3 | version 0.2.3 |
---|
4 | categories irc |
---|
5 | maintainers ehainry@free.fr |
---|
6 | description Fast, light & extensible IRC client |
---|
7 | long_description \ |
---|
8 | WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC client\ |
---|
9 | for many operating systems. Everything can be done with a keyboard.\ |
---|
10 | It is customizable and extensible with plugins/scripts, and includes:\ |
---|
11 | - nicklist\ |
---|
12 | - smart hotlist\ |
---|
13 | - infobar with highlight notification\ |
---|
14 | - horizontal and vertical split\ |
---|
15 | - double charset support (decode/encode)\ |
---|
16 | - FIFO pipe for remote control\ |
---|
17 | - and much more! |
---|
18 | homepage http://weechat.flashtux.org/ |
---|
19 | platforms darwin |
---|
20 | master_sites ${homepage}download/ |
---|
21 | checksums md5 12c39b30988d78e9544acda6e518476f \ |
---|
22 | sha1 8a12d63cecc4c2a06d663503f5f9bc7d755396bc |
---|
23 | depends_lib port:gettext port:libiconv port:ncurses |
---|
24 | configure.env CFLAGS=-I${prefix}/include CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib |
---|
25 | configure.args --without-debug --disable-wxwidgets --disable-ruby --disable-python --disable-gtk --enable-plugins --disable-lua --disable-gnutls |
---|
26 | use_bzip2 yes |
---|
27 | variant tls { |
---|
28 | configure.args-delete --disable-gnutls |
---|
29 | configure.args-append --enable-gnutls |
---|
30 | depends_lib-append port:gnutls |
---|
31 | } |
---|
32 | variant perl { |
---|
33 | configure.args-append --enable-perl |
---|
34 | depends_lib-append port:perl5.8 |
---|
35 | } |
---|
36 | |
---|