a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $
PortSystem 1.0
name abclock
version 1.0d
categories x11
maintainers nomaintainer@macports.org
description analog clock for X
long_description \
Analogue Bitmap Clock displays the current time with \
hours and minutes in an analogue fashion but unlike \
the traditional clock\; unlike ordinary analogue clocks, \
this design is clear even in very small bitmaps.
homepage http://odur.let.rug.nl/~kleiweg/abclock/
platforms darwin
master_sites ${homepage}
checksums md5 a0175114294c63e13a061535823db1bf
patch {
reinplace "s|#include
}
use_configure no
build.target all
destroot {
xinstall -m 555 ${worksrcpath}/abclock ${destroot}${prefix}/bin
xinstall -m 555 ${worksrcpath}/abc_img ${destroot}${prefix}/bin
}