diff options
author | miwi <miwi@FreeBSD.org> | 2008-06-05 21:58:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-06-05 21:58:02 +0800 |
commit | f47209a1217bc23aa8ebac497e3eb0ad5d07263b (patch) | |
tree | edfcf5f73ec8308a0a6939b774fb3a79c0f5d1e7 /graphics/Makefile | |
parent | 3d3b227504efae70355f2feb4d81130fb4423d59 (diff) | |
download | freebsd-ports-graphics-f47209a1217bc23aa8ebac497e3eb0ad5d07263b.tar.gz freebsd-ports-graphics-f47209a1217bc23aa8ebac497e3eb0ad5d07263b.tar.zst freebsd-ports-graphics-f47209a1217bc23aa8ebac497e3eb0ad5d07263b.zip |
This is a simple library to load images of various formats as SDL surfaces.
This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats.
WWW: http://www.libsdl.org/projects/SDL_image/
PR: ports/124237
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
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 e834df1ab55..c2fe226fa40 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -433,6 +433,7 @@ SUBDIR += linux-png SUBDIR += linux-png10 SUBDIR += linux-sdl_image + SUBDIR += linux-sdl_ttf SUBDIR += linux-tiff SUBDIR += linux-ungif SUBDIR += linux_dri |