# $Id: Portfile,v 1.10 2003/07/30 15:30:35 fkr Exp $ PortSystem 1.0 name ircii version 20030709 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/ \ ftp://ircii.warped.com/pub/ircII/ \ ftp://ftp.irc.org/irc/clients/unix/ircII/ checksums md5 af74a4c9ef47cd83785ea3873827b46a 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 }