# $Id: Portfile 30202 2007-10-22 21:02:40Z jmpp@macports.org $

PortSystem 1.0

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

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/ \
		http://spanky.fractint.org/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}
}
