# $Id: Portfile,v 1.3 2003/08/28 20:18:54 olegb Exp $ PortSystem 1.0 name bnc version 2.8.4 categories irc maintainers olegb@opendarwin.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 "}