# $Id: Portfile,v 1.2 2004/12/28 06:56:24 toby Exp $ PortSystem 1.0 name binclocken version 1.5.1 categories aqua maintainers toby@opendarwin.org description useless floating binary LED clock for your desktop long_description \ I was given a ThinkGeek binary clock by a friend (in a \ not-so-transparent attempt to force me to learn binary \ math). It sucks. It runs fast, very fast, gaining about \ 5 minutes per day, making it totally useless. So this is \ my revenge on the world. Plus, I was drunk when I wrote it. homepage http://www.jschilling.net/sw_binclocken.php platforms darwin dist_subdir ${name}/${version} master_sites http://uselessapps.crazyideas.info/software/ distname BinClockenSource use_zip yes checksums md5 a8d06a4de474e502dd85f04dbe441611 configure {} build.type pbx build.target build.args -buildstyle Deployment destroot { set appPath ${destroot}/Applications/DarwinPorts file mkdir ${appPath} file copy ${worksrcpath}/build/BinClocken.app ${appPath}/BinClocken.app }