# $Id: Portfile 20435 2006-11-03 02:20:14Z jberry@macports.org $ PortSystem 1.0 name bnc version 2.8.4 categories irc maintainers nomaintainer@macports.org platforms darwin description irc bouncer long_description BNC which is a acro for BouNCe is a daemon designed \ to allow some people who do not have access to the \ net in general, but who do have access to another pc \ that can reach the net, the ability to BouNCe though \ this pc to IRC. distname ${name}${version} master_sites http://www.gotbnc.com/files/ checksums md5 15f197a4f04f2bcc7136ed635bff4afc worksrcdir ${name}${version} build.target destroot { system "cd ${worksrcpath} && \ install -s bnc ${destroot}${prefix}/bin && \ install -s bncchk ${destroot}${prefix}/bin && \ install -s bncsetup ${destroot}${prefix}/bin && \ install -s mkpasswd ${destroot}${prefix}/bin && \ install -m 644 example.conf ${destroot}${prefix}/etc/bnc.conf.sample "}