# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem 1.0

name		ircii
version		20081115
categories	irc
maintainers	jwa openmaintainer
description	an IRC and ICB client
long_description	The ircII program is a full screen, termcap based \
    interface to Internet Relay Chat. It gives full access to all of the \
    normal IRC functions, plus a variety of additional options.
homepage	http://www.eterna.com.au/ircii/
platforms	darwin

master_sites	ftp://ircii.warped.com/pub/ircII/ \
    ftp://ircftp.au.eterna.com.au/pub/ircII/ \
    ftp://ftp.irc.org/irc/clients/unix/ircII/ \
    ftp://ftp.sergei.cc/pub/ircII/ \
    http://ftp.sergei.cc/pub/ircII/
use_bzip2	yes
checksums           md5     128c435fcc0d6ad55d7319058ee578a0 \
                    sha1    253f16e734483eda484f6d629d2a5858aded6a6e \
                    rmd160  78b83979e52c99f5b95302cce743ef0f622bcbb0

configure.env	COPY_DIRECTORY=tar
configure.args	--with-default-server=irc.freenode.net \
    --mandir=${prefix}/share/man \
    --enable-ipv6

livecheck.type	regex
livecheck.url	${homepage}
livecheck.regex	current release is ircII (\[0-9\]+)
