a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20499 2006-11-03 15:51:55Z blair@macports.org $
PortSystem 1.0
name sunclock
version 3.50pre1
extract.suffix .tgz
categories x11
maintainers nomaintainer@macports.org
description shows Earth's surface illuminated by the Sun
long_description \
This program is a clock that shows which portion of the \
Earth's surface is illuminated by the sun. It is designed \
to be usually iconic, but can be opened for a larger \
display with the time updated every second and both the \
local time zone and UTC displayed.
homepage http://frmas.free.fr/li_1.htm
platforms darwin
master_sites ftp://ftp.ac-grenoble.fr/ge/geosciences/
checksums md5 6e07964a99848018432825c5b3297cc6
depends_lib lib:libjpeg.62:jpeg
pre-configure {
reinplace "s|DESTDIR=/usr|DESTDIR=${prefix}|" "${worksrcpath}/Imakefile"
reinplace "s|MANDIR=/X11R6|MANDIR=/share|" "${worksrcpath}/Imakefile"
reinplace "s|BINDIR=/X11R6/bin|BINDIR=/bin|" "${worksrcpath}/Imakefile"
reinplace "s|#JLIBDIR=-L/usr/lib|JLIBDIR=-L${prefix}/lib|" "${worksrcpath}/Imakefile"
reinplace "s|#JINC=-I/usr/include|JINC=-I${prefix}/include|" "${worksrcpath}/Imakefile"
}
use_xmkmf yes
pre-build {
reinplace "s|INCROOT = /usr/X11R6/include|INCROOT = ${prefix}/include|" "${worksrcpath}/Makefile"
reinplace "s|#include
}
destroot.destdir DESTDIR=${destroot}${prefix} DOCHTMLDIR=/share/doc