# $Id: Portfile 57382 2009-09-10 09:42:07Z ryandesign@macports.org $

PortSystem 1.0
name		wmclock
version		1.0.12.2
revision	3
categories	x11
maintainers	nomaintainer
description	A dockable clock applet
homepage	http://www.jmknoble.net/WindowMaker/wmclock/

long_description Wmclock is an applet which displays the date and time \
in a dockable tile in the same style as the clock from the NEXTSTEP(tm) \
operating system.  Wmclock is specially designed for the WindowMaker \
window manager.

platforms	darwin freebsd
master_sites	${homepage}	
checksums	md5 97f6e82f55f216ba724859d4652586b4
use_xmkmf	yes

depends_lib \
        port:xorg-libX11 \
        port:xorg-libXext \
        port:xpm

destroot.target	install install.man

destroot.destdir \
        DESTDIR=${destroot} \
        BINDIR=${prefix}/bin \
        LIBDIR=${prefix}/lib/X11 \
        FONTDIR=${prefix}/lib/X11/fonts \
        MANPATH=${prefix}/share/man
