# $Id$ PortSystem 1.0 name binclocken version 1.6 categories aqua maintainers nomaintainer 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://homepage.mac.com/johnnycat/sfw/ distname BinClockenSource use_zip yes checksums \ md5 8ef87b0450c10346e8013cae69ceba8b \ sha1 05801f4ef3481bda4fda7aaf4772318ff45297cd \ rmd160 82468ef839aaaa6f00a6719ffe250b025cff16f5 use_configure no build.type pbx build.target build.args -configuration Deployment destroot { set appPath ${destroot}/Applications/MacPorts file mkdir ${appPath} file copy ${worksrcpath}/build/Deployment/BinClocken.app ${appPath}/BinClocken.app } default_variants +universal variant universal {} pre-fetch { if {![variant_isset universal]} { return -code error "${name} is only available in a universal version" } }