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/linux-f10-sdl_image/pkg-plist | |
parent | 1dd8be6ecf778bb42c190cab460c76079b990e72 (diff) | |
download | ports-2020a142a0cd1617ba334778dd94fbd0e7ee64b5.tar.gz ports-2020a142a0cd1617ba334778dd94fbd0e7ee64b5.zip |
[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/linux-f10-sdl_image/pkg-plist')
-rw-r--r-- | graphics/linux-f10-sdl_image/pkg-plist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/linux-f10-sdl_image/pkg-plist b/graphics/linux-f10-sdl_image/pkg-plist new file mode 100644 index 000000000000..8c3c76fd1cc3 --- /dev/null +++ b/graphics/linux-f10-sdl_image/pkg-plist @@ -0,0 +1,6 @@ +%%PORTDOCS%%usr/doc/SDL_image-1.2.3/CHANGES +%%PORTDOCS%%usr/doc/SDL_image-1.2.3/COPYING +%%PORTDOCS%%usr/doc/SDL_image-1.2.3/README +usr/lib/libSDL_image-1.2.so.0 +usr/lib/libSDL_image-1.2.so.0.1.2 +@dirrm usr/doc/SDL_image-1.2.3 |