# $Id: Portfile,v 1.9 2003/04/19 05:42:06 mij Exp $ PortSystem 1.0 name ircii version 20021103 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. platforms darwin master_sites ftp://ircftp.au.eterna.com.au/pub/ircII/old/ \ ftp://ircii.warped.com/pub/ircII/old/ \ ftp://ftp.irc.org/irc/clients/unix/ircII/old/ checksums md5 2e8055720761e10525bd1d0fa709ddc7 configure.args --disable-ipv6 post-configure { reinplace "s|change.this.to.a.server|irc.freenode.net|g" \ "${workdir}/${worksrcdir}/config.h" } variant ipv6 { configure.args-append --enable-ipv6 }