PortSystem 1.0 name tkirc version 2.46 categories irc maintainers jkh@opendarwin.org description A Tk-based GUI for the ircII Internet Relay Chat client long_description Tkirc is a frontend for unix's ircII (shell-client for the Internet Relay Chat) based on Tcl/Tk. If you know how to use ircII, you should not have any problems using tkirc. platforms darwin master_sites ftp://ftp.netsplit.de/pub/tcltk/ checksums md5 b6b16369e2d1cd6a0941d93577d6831e depends_run bin:ircII:ircii bin:wish8.4:tk distname ${portname}${portversion} worksrcdir tkirc2 configure {} build { reinplace "s;wish8.3;wish8.4;" ${worksrcpath}/tkirc2 } install { system "install -c ${worksrcpath}/tkirc2 ${prefix}/bin" system "ln -fs ${prefix}/bin/tkirc2 ${prefix}/bin/tkirc" system "mkdir -p ${prefix}/share/doc/tkirc/examples" system "install -c ${worksrcpath}/CHANGES ${prefix}/share/doc/tkirc" system "install -c ${worksrcpath}/COPYING ${prefix}/share/doc/tkirc" system "install -c ${worksrcpath}/README ${prefix}/share/doc/tkirc" system "tar -cf - -C ${worksrcpath} .tkirc2 | tar -xf - -C ${prefix}/share/doc/tkirc/examples" } registry.contents_recurse yes contents { bin/tkirc2 bin/tkirc share/doc/tkirc }