# $Id: Portfile,v 1.1 2005/05/26 04:25:05 jmpp Exp $

PortSystem 1.0

name	   xmfract
version	   1.4
set release	1-4
categories	math
platforms	darwin
maintainers	jmpp@opendarwin.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}
}
