diff options
author | lioux <lioux@FreeBSD.org> | 2003-02-20 11:50:02 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-02-20 11:50:02 +0800 |
commit | 872ef2d3a572b1838653dd1aaee5dca900fc4c87 (patch) | |
tree | 0dac1ec6047b2aba6f669caa48e426d334ee362b /audio/sdl_sound/pkg-plist | |
parent | e42d87db00ef746fd85520b186deba43b6a270ae (diff) | |
download | freebsd-ports-graphics-872ef2d3a572b1838653dd1aaee5dca900fc4c87.tar.gz freebsd-ports-graphics-872ef2d3a572b1838653dd1aaee5dca900fc4c87.tar.zst freebsd-ports-graphics-872ef2d3a572b1838653dd1aaee5dca900fc4c87.zip |
New port sdl_sound version 1.0.0: A SDL audio library and player
for some popular sound file formats
Submitted by: David Yeske <dyeske@yahoo.com>
Diffstat (limited to 'audio/sdl_sound/pkg-plist')
-rw-r--r-- | audio/sdl_sound/pkg-plist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/sdl_sound/pkg-plist b/audio/sdl_sound/pkg-plist new file mode 100644 index 00000000000..04aea5dea00 --- /dev/null +++ b/audio/sdl_sound/pkg-plist @@ -0,0 +1,6 @@ +bin/playsound +include/SDL11/SDL_sound.h +lib/libSDL_sound-1.0.so.0 +lib/libSDL_sound.a +lib/libSDL_sound.so +@unexec rmdir %D/include/SDL11 2>/dev/null || true |