Ticket #23123: Portfile

File Portfile, 1.1 KB (added by dtownsend@…, 14 years ago)

flam3 Portfile

Line 
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
4PortSystem          1.0
5
6name                flam3
7version             2.7.18
8categories          graphics
9maintainers         oxymoronical.com:dtownsend
10description         Cosmic Recursive Fractal Flames
11long_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.
16homepage            http://flam3.com
17license             GPL
18platforms           darwin
19master_sites        http://flam3.com
20
21checksums           md5 052faba777634799b2958205ddf05545 \
22                    sha1 e4b6420bc4c47f489903a0fedf66d39f5ada7aaa \
23                    rmd160 abfea3fcbc7dfb2f671c4645364faa487edeee68
24
25depends_lib         port:libpng \
26                    port:jpeg \
27                    port:libxml2 \
28                    port:zlib