# $Id: Portfile 87534 2011-11-24 15:57:00Z jwa@macports.org $

PortSystem 1.0

name		ircii
version		20111115
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	http://ircii.warped.com/ \
    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     402b3badc21a7394d9c84d15a1ddb6c5 \
                    sha1    723f89ca6c0ef0085da858076865e6493fbe9788 \
                    rmd160  b2cdcafcfde914ead88049d55c0d5ba0680db746

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\]+)
