diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-07 08:19:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-07 08:19:46 +0800 |
commit | e9af350b4b970786092704bafa54bc9feb238381 (patch) | |
tree | 40ed2b78c1baed1da08de1346425bab316e764cc /graphics/Makefile | |
parent | 31910caa28a35b9cb4a47d7af5c37dfc01c62081 (diff) | |
download | freebsd-ports-graphics-e9af350b4b970786092704bafa54bc9feb238381.tar.gz freebsd-ports-graphics-e9af350b4b970786092704bafa54bc9feb238381.tar.zst freebsd-ports-graphics-e9af350b4b970786092704bafa54bc9feb238381.zip |
The TonicPoint Viewer is a standalone Java application that allows you to open
and view PowerPoint presentations on any platform.
The Viewer supports the standard PowerPoint file format that is used
by PowerPoint 97, 2000, XP, 2003, etc.
WWW: http://tonicsystems.com/products/viewer/
PR: ports/108825
Submitted by: ports at c0decafe.net
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 38a6794bf88..c07fe252226 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -673,6 +673,7 @@ SUBDIR += tintfu SUBDIR += tkpng SUBDIR += togl + SUBDIR += tonicpoint-viewer SUBDIR += truevision SUBDIR += tulip SUBDIR += uDrawGraph |