diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2006-01-14 20:38:18 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2006-01-14 20:38:18 +0000 |
commit | 43e448da34bd27802a32f6fde00ac824bca0d353 (patch) | |
tree | 41cf1361037e1eb6aa3a3279c0f58ccf3cfa49a9 /graphics/Makefile | |
parent | eb340132974990634a152877801a3e636fea7973 (diff) |
Gnash is a GNU Flash movie player. Till now it has been possible
to play flash movies with proprietary software. While there are a
few free flash players, none supports anything higher than SWF v4
at best. Gnash is based on GameSWF, and supports many SWF v7 features.
WWW: http://www.gnu.org/software/gnash/
PR: ports/91775
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Notes
Notes:
svn path=/head/; revision=153499
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 e5712ee0cb68..ddaffe2fb1cc 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -171,6 +171,7 @@ SUBDIR += gltk SUBDIR += gltt SUBDIR += gmt + SUBDIR += gnash SUBDIR += gnofract4d SUBDIR += gnome-colorscheme SUBDIR += gnomecanvas |