# $Id: Portfile,v 1.2 2005/06/01 22:31:28 toby Exp $

PortSystem 1.0
name             xaos
version          3.1.2
categories       graphics
maintainers      toby@opendarwin.org
description      real-time interactive fractal zoomer
long_description \
    XaoS is a fast portable real-time interactive fractal zoomer. \
    It displays the Mandelbrot set (among other escape time fractals) \
    and allows you zoom smoothly into the fractal. Various coloring \
    modes are provided for both the points inside and outside the \
    selected set. In addition, switching between Julia and Mandelbrot \
    fractal types and on-the-fly plane switching is provided. The \
    first version was a minimal X Window Mandelbrot viewer by Thomas \
    later modified by Jan to support high frame-rate zooming. Other \
    additions were later made by both Thomas and Jan including \
    autopilot (for those of you without drivers licenses), palette \
    changing, GIF saving, and fractal inversion.
homepage         http://xaos.sourceforge.net/
platforms        darwin
master_sites     sourceforge
distname         XaoS-${version}
checksums        md5 be908bc603461b76ba9628c9d4638852
depends_lib      lib:libX11.6:XFree86 \
                 lib:libpng.3:libpng

configure.env    CFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
configure.args   --with-long-double=yes \
                 --disable-nls \
                 --mandir=${prefix}/share/man \
                 --infodir=${prefix}/share/info
