Portfile

# $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $

PortSystem 1.0
name binclocken
version 1.5.1
categories aqua
maintainers nomaintainer@macports.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

use_configure no

build.type pbx
build.target
build.args -buildstyle Deployment

destroot {
set appPath ${destroot}/Applications/MacPorts
file mkdir ${appPath}
file copy ${worksrcpath}/build/BinClocken.app ${appPath}/BinClocken.app
}