Portfile

# $Id: Portfile 21687 2007-02-02 18:06:05Z jmpp@macports.org $

PortSystem 1.0

name xmfract
version 1.4
set release 1-4
categories math
platforms darwin
maintainers jmpp@macports.org openmaintainer@macports.org

description UNIX clone of the DOS baed Fractint
long_description X/Motif based UNIX clone of the DOS based Fractint program used in \
the analysis of various fractal figures, created by Darryl House.

homepage http://spanky.triumf.ca/www/fractint/getting.html
master_sites http://spanky.triumf.ca/pub/fractals/programs/unix/
distfiles ${name}_${release}_tar.gz
distname ${name}_${version}
checksums md5 59cf6bf04fcfdfea06b5f4d903e1152e

depends_lib lib:libXm:openmotif

patchfiles patch-all-Makefile.in.diff

post-destroot {
xinstall -m 644 -v -W ${worksrcpath} README Xmfract.ad xmfract.ini \
${destroot}${prefix}/share/${name}
}

files