PortSystem 1.0
PortGroup xcode 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    macports_distfiles
distname        BinClockenSource
use_zip         yes

checksums       md5 8ef87b0450c10346e8013cae69ceba8b \
                sha1 05801f4ef3481bda4fda7aaf4772318ff45297cd \
                rmd160 82468ef839aaaa6f00a6719ffe250b025cff16f5

destroot {
    set appPath ${destroot}${applications_dir}
    file mkdir ${appPath}
    file copy ${worksrcpath}/build/Deployment/BinClocken.app ${appPath}/BinClocken.app
}

livecheck.type  none
