diff options
Diffstat (limited to 'devel/SDL/pkg')
-rw-r--r-- | devel/SDL/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/SDL/pkg/DESCR | 4 | ||||
-rw-r--r-- | devel/SDL/pkg/PLIST | 36 |
3 files changed, 41 insertions, 0 deletions
diff --git a/devel/SDL/pkg/COMMENT b/devel/SDL/pkg/COMMENT new file mode 100644 index 00000000000..bbeac47ada1 --- /dev/null +++ b/devel/SDL/pkg/COMMENT @@ -0,0 +1 @@ +Simple DirectMedia Layer, a cross-platform multimedia library diff --git a/devel/SDL/pkg/DESCR b/devel/SDL/pkg/DESCR new file mode 100644 index 00000000000..03d515fc600 --- /dev/null +++ b/devel/SDL/pkg/DESCR @@ -0,0 +1,4 @@ +Simple DirectMedia Layer is a cross-platform multimedia library +designed to provide fast access to the graphics framebuffer and audio +device. It is used by MPEG playback software, emulators, and many +popular games. diff --git a/devel/SDL/pkg/PLIST b/devel/SDL/pkg/PLIST new file mode 100644 index 00000000000..cc89b64fd99 --- /dev/null +++ b/devel/SDL/pkg/PLIST @@ -0,0 +1,36 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/06/26 01:09:08 wiz Exp $ +bin/sdl-config +include/SDL/SDL.h +include/SDL/SDL_active.h +include/SDL/SDL_audio.h +include/SDL/SDL_byteorder.h +include/SDL/SDL_cdrom.h +include/SDL/SDL_copying.h +include/SDL/SDL_endian.h +include/SDL/SDL_error.h +include/SDL/SDL_events.h +include/SDL/SDL_joystick.h +include/SDL/SDL_keyboard.h +include/SDL/SDL_keysym.h +include/SDL/SDL_main.h +include/SDL/SDL_mouse.h +include/SDL/SDL_mutex.h +include/SDL/SDL_quit.h +include/SDL/SDL_rwops.h +include/SDL/SDL_syswm.h +include/SDL/SDL_thread.h +include/SDL/SDL_timer.h +include/SDL/SDL_types.h +include/SDL/SDL_version.h +include/SDL/SDL_video.h +include/SDL/begin_code.h +include/SDL/close_code.h +@dirrm include/SDL +lib/libSDL.a +lib/libSDL.la +lib/libSDL.so +lib/libSDL-1.1.so.3.0 +lib/libSDLmain.a +share/aclocal/sdl.m4 +@comment libSDL.so doesn't get deleted correctly for some reason +@unexec rm -f %D/lib/libSDL.so |