diff options
author | gahr <gahr@FreeBSD.org> | 2010-03-23 04:30:37 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-03-23 04:30:37 +0800 |
commit | 072e44cd2addb30a790be95b7e7dbd895996da38 (patch) | |
tree | d02f3cbb047c9c17d4cec3913f06acde88e2bab9 /graphics/Makefile | |
parent | 2f7983aea32e1794cbf1624bf941bfaf0febecb2 (diff) | |
download | freebsd-ports-graphics-072e44cd2addb30a790be95b7e7dbd895996da38.tar.gz freebsd-ports-graphics-072e44cd2addb30a790be95b7e7dbd895996da38.tar.zst freebsd-ports-graphics-072e44cd2addb30a790be95b7e7dbd895996da38.zip |
- New port: graphics/flam3 -- A Fractal Flames renderer
Fractal Flames are algorithmically generated images
and animations. The shape of each image is specified
by a long string of numbers - a genetic code of sorts.
WWW: http://flam3.com
PR: 144946
Submitted by: John Prather <john.c.prather@gmail.com> (new maintainer)
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 87a394176ae..79131093efb 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -167,6 +167,7 @@ SUBDIR += fig2pstricks SUBDIR += fig2sxd SUBDIR += figurine + SUBDIR += flam3 SUBDIR += flashplayer SUBDIR += flasm SUBDIR += fli2gif |