diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-01 13:13:15 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-06-01 13:13:15 +0000 |
commit | 3c0bf3b7c0090c757bc4dab0cee1cfcc6e3c78db (patch) | |
tree | 560ca2e6f1c53d1b02825c7d72a20867dd4782e3 /graphics/Makefile | |
parent | 3e1814216f368675aef7cf0801950c8a4317d286 (diff) | |
download | ports-3c0bf3b7c0090c757bc4dab0cee1cfcc6e3c78db.tar.gz ports-3c0bf3b7c0090c757bc4dab0cee1cfcc6e3c78db.zip |
Add corona 1.0.2,
Corona is an image input/output library that can read, write,
and manipulate image files in just a few lines of code. It can
write PNG and TGA files, and read PNG, JPEG, PCX, BMP, TGA, and
GIF. Corona was designed to be easy to use, and exports a
straightforward C++ API. With just a few lines of C++, you can
add image loading to your application.
PR: ports/67433
Submitted by: David Yeske <dyeske@yahoo.com>
Notes
Notes:
svn path=/head/; revision=110604
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 d9e04b4dd079..98e0d6549327 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -35,6 +35,7 @@ SUBDIR += cinepaint SUBDIR += claraocr SUBDIR += compupic + SUBDIR += corona SUBDIR += cqcam SUBDIR += crw SUBDIR += cthumb |