1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name flam3 |
---|
7 | version 2.7.18 |
---|
8 | categories graphics |
---|
9 | maintainers oxymoronical.com:dtownsend |
---|
10 | description Cosmic Recursive Fractal Flames |
---|
11 | long_description This is free software to render fractal flames as \ |
---|
12 | described on http://flam3.com. Flam3-animate makes \ |
---|
13 | animations, and flam3-render makes still images. \ |
---|
14 | Flam3-genome creates and manipulates genomes \ |
---|
15 | (parameter sets). A C library is also installed. |
---|
16 | homepage http://flam3.com |
---|
17 | license GPL |
---|
18 | platforms darwin |
---|
19 | master_sites http://flam3.com |
---|
20 | |
---|
21 | checksums md5 052faba777634799b2958205ddf05545 \ |
---|
22 | sha1 e4b6420bc4c47f489903a0fedf66d39f5ada7aaa \ |
---|
23 | rmd160 abfea3fcbc7dfb2f671c4645364faa487edeee68 |
---|
24 | |
---|
25 | depends_lib port:libpng \ |
---|
26 | port:jpeg \ |
---|
27 | port:libxml2 \ |
---|
28 | port:zlib |
---|