# $Id: Portfile,v 1.13 2005/09/30 17:14:51 toby Exp $

PortSystem 1.0
name		ircii
version		20040820
categories	irc
maintainers	kevin@opendarwin.org
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 d1be40023411d857df37653580bd633c

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