# $Id: Portfile 126707 2014-10-14 05:24:28Z cal@macports.org $ PortSystem 1.0 name irssi version 0.8.17 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 master_sites http://mirror.irssi.org/ use_bzip2 yes conflicts irssi-devel checksums md5 ecf64be47978d89a742b435a81cb47db \ sha1 3bdee9a1c1f3e99673143c275d2c40275136664a \ rmd160 0ee6f41a4725c8498030d2c524e202df78a2aff6 depends_build port:pkgconfig depends_lib port:gettext path:lib/pkgconfig/glib-2.0.pc:glib2 port:libiconv port:ncurses \ port:openssl port:zlib patchfiles patch-configure.diff \ patch-docs_irssi.1.diff post-patch { reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/docs/irssi.1 } 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 livecheck.type regex livecheck.url ${homepage}download livecheck.regex {Latest release version: (\d+\.\d+\.[0-9a-z]+)}