# $Id: Portfile,v 1.1 2004/01/08 10:23:10 toby Exp $ PortSystem 1.0 name abclock version 1.0c categories x11 maintainers tp62@cornell.edu 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 16d1a4a9228cd825b90401ec859b71fb use_configure no build.target all pre-build { reinplace "s|#include ||" "${worksrcpath}/abclock.c" } destroot { system "install -o root -m 555 ${worksrcpath}/abclock ${destroot}${prefix}/bin" system "install -o root -m 555 ${worksrcpath}/abc_img ${destroot}${prefix}/bin" }