# $Id: Portfile,v 1.4 2005/11/03 23:35:53 toby Exp $ PortSystem 1.0 name abclock version 1.0c revision 1 categories x11 maintainers darwinports@opendarwin.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 16d1a4a9228cd825b90401ec859b71fb patch { reinplace "s|#include ||" ${worksrcpath}/abclock.c } configure {} build.target all destroot { xinstall -m 555 ${worksrcpath}/abclock ${destroot}${prefix}/bin xinstall -m 555 ${worksrcpath}/abc_img ${destroot}${prefix}/bin }