# $Id: Portfile 153041 2016-09-22 17:00:48Z cal@macports.org $ PortSystem 1.0 PortGroup github 1.0 github.setup irssi irssi 0.8.20 github.tarball_from releases categories irc maintainers gmail.com:stuartwesterman openmaintainer license {GPL-2+ OpenSSLException} description modular IRC client long_description \ Irssi is a modular IRC client that currently has only text mode user \ interface, but 80-90% of the code is not text mode specific, so other \ UIs could be created pretty easily. Also, Irssi is not really even IRC \ specific anymore, there's already a working SILC module available. \ Support for other protocols like ICQ could be created some day too. homepage http://irssi.org/ platforms darwin use_xz yes conflicts irssi-devel checksums rmd160 84b03909188a8fb1de0589bb55cf2e0717b525b7 \ sha256 7882c4e821f5aac469c5e69e69d7e235f4986101285c675e81a9a95bfb20505a depends_build port:pkgconfig depends_lib port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 port:libiconv port:ncurses \ path:lib/libssl.dylib:openssl port:zlib configure.args --without-socks \ --without-bot \ --with-proxy \ --with-modules \ --with-ncurses=${prefix} \ --enable-ipv6 \ --enable-ssl \ --with-perl=no variant perl description {Add Perl support} { depends_lib-append port:perl5 configure.args-replace --with-perl=no --with-perl=yes configure.args-append --with-perl-lib=${prefix}/lib/perl5/darwin } default_variants +perl