mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
1.3 KiB
Tcl
33 lines
1.3 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
|
|
name flam3
|
|
version 3.0.1
|
|
revision 4
|
|
categories graphics
|
|
maintainers oxymoronical.com:dtownsend
|
|
# The Google Code page says GPL-2 but source files say GPL-3+
|
|
license GPL-3+
|
|
|
|
description Cosmic Recursive Fractal Flames
|
|
long_description This is free software to render fractal flames as \
|
|
described on http://flam3.com. Flam3-animate makes \
|
|
animations, and flam3-render makes still images. \
|
|
Flam3-genome creates and manipulates genomes \
|
|
(parameter sets). A C library is also installed.
|
|
homepage http://flam3.com
|
|
master_sites googlecode
|
|
|
|
checksums rmd160 2e834147deb2edc0ee26054cb4fc8b502bce4986 \
|
|
sha256 70810049604527a689ba172670c152b463273255e46f0f04091c867399859aa7
|
|
|
|
depends_lib port:libpng \
|
|
path:include/turbojpeg.h:libjpeg-turbo \
|
|
port:libxml2 \
|
|
port:zlib
|
|
|
|
worksrcdir ${worksrcdir}/src
|
|
|
|
patchfiles patch-libpng-1.5.diff
|