diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-23 06:23:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-23 06:23:35 +0000 |
commit | 2020a142a0cd1617ba334778dd94fbd0e7ee64b5 (patch) | |
tree | 0642e03e2c1abe7a64666457d5af5d5e1eec883e /graphics/Makefile | |
parent | Attempt to make pam_alreadyloggedin work on 4.x again. (diff) |
[NEW PORT] graphics/linux-sdl_image: A simple library to load images
as SDL interfaces (linux version)
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. (Linux version)
WWW: http://www.libsdl.org/projects/SDL_image/
PR: ports/71552
Submitted by: Nicola Vitale <nivit@email.it>
Notes
Notes:
svn path=/head/; revision=124906
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 77d293324ed1..e4b0f036b3a5 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -284,6 +284,7 @@ SUBDIR += linux-panorama-tools SUBDIR += linux-png SUBDIR += linux-png10 + SUBDIR += linux-sdl_image SUBDIR += linux-tiff SUBDIR += linux-ungif SUBDIR += linux_dri |