a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22970 2007-03-20 22:55:33Z eridius@macports.org $
PortSystem 1.0
name irssi-devel
version 0.8.11-rc1
revision 0
categories irc
maintainers nomaintainer@macports.org
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 ${homepage}files/
checksums md5 1c669a8e4a48516377a65fe433ceb28f \
sha1 67aa4ebfd9e45c4be9941c41ae61b823a2a4b4cd \
rmd160 4705a6d2db87db6020483f5c3421bc39ddab83d6
use_bzip2 yes
distname irssi-${version}
depends_lib port:gettext port:glib2 port:libiconv port:ncurses \
port:openssl port:zlib
configure.env CPPFLAGS=-no-cpp-precomp
configure.args --without-socks \
--without-bot \
--without-proxy \
--with-modules \
--enable-ipv6 \
--enable-ssl \
--with-perl=no \
--with-glib-prefix=${prefix} \
--mandir=${prefix}/share/man
platform darwin 6 {
depends_lib-append lib:libdl:dlcompat
}