diff options
author | pav <pav@FreeBSD.org> | 2005-09-05 06:25:41 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-05 06:25:41 +0800 |
commit | f14b1758a7ad33f2afa210490538f9f265499cc9 (patch) | |
tree | 602cf20e8f6083adbc8699e20ac9b13fe88fb9bf /graphics/Makefile | |
parent | c4461e20c9508d306335c4d69c108a5898eceb33 (diff) | |
download | freebsd-ports-gnome-f14b1758a7ad33f2afa210490538f9f265499cc9.tar.gz freebsd-ports-gnome-f14b1758a7ad33f2afa210490538f9f265499cc9.tar.zst freebsd-ports-gnome-f14b1758a7ad33f2afa210490538f9f265499cc9.zip |
FreeImage is an Open Source library project for developers who would like to
support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as
needed by today's multimedia applications. FreeImage is easy to use, fast,
multithreading safe, compatible with all 32-bit versions of Windows, and
cross-platform (works both with Linux and Mac OS X).
PR: ports/85552
Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com>
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 733ff033ad12..a08d4f99ef88 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -111,6 +111,7 @@ SUBDIR += fly SUBDIR += fnlib SUBDIR += fractorama + SUBDIR += freeimage SUBDIR += frontline SUBDIR += ftgl SUBDIR += fujiplay |