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

PortSystem       1.0
name             emiclock
version          2.0.2
revision         2
categories       x11
maintainers      nomaintainer
description      Hyper-animated face analog clock for X11
long_description \
    `Emi Clock' is a hyper animated face analog clock \
    with pretty characters.  Click the left button to \
    display the menu.
homepage         http://www.noge.com/
platforms        darwin
master_sites     ftp://ftp.eenet.ee/pub/FreeBSD/distfiles/
checksums        md5 8815b24b928afe4601b8d6ff4c8fc9af
use_xmkmf        yes

use_parallel_build yes
universal_variant no

depends_lib \
	port:xorg-libsm \
	port:xorg-libXaw \
	port:xorg-libXmu \
	port:xorg-libXp \
	port:xpm

build.target-append DESTDIR=${destroot} \
                    BINDIR=${prefix}/bin \
                    LIBDIR=${prefix}/lib \
                    MANDIR=${prefix}/share/man \
                    CONFDIR=${prefix}/lib/X11

destroot.destdir DESTDIR=${destroot} \
                 BINDIR=${prefix}/bin \
                 LIBDIR=${prefix}/lib \
                 MANDIR=${prefix}/share/man \
                 CONFDIR=${prefix}/lib/X11

