# $Id: Portfile,v 1.1 2004/03/29 10:22:34 toby Exp $ PortSystem 1.0 name netwalker-ircc version 0.2.0 categories irc maintainers toby@opendarwin.org description A simple, fast IRC client with an ncurses UI. long_description \ netwalker-ircc is an IRC client which uses the ncurses library to \ print the screen. The code was written completely from scratch. homepage http://lancelot2k.dyndns.org/projects/netwalker/ platforms darwin master_sites ${homepage}netwalker-src/ extract.suffix .tgz checksums md5 903e50c8a5e951fab710a56626e813a1 patchfiles patch-server.cc configure {} destroot { xinstall -m 555 ${worksrcpath}/netwalker ${destroot}${prefix}/bin xinstall -m 444 ${worksrcpath}/netwalker.1 \ ${destroot}${prefix}/share/man/man1 }