# $Id$

PortSystem 1.0

name            libsdl-devel
version         1.3.0-4645
categories      devel multimedia

description     Cross-platform multi-media development API
long_description \
    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, including \
    the award winning Linux port of \"Civilization: Call To Power.\" Simple \
    DirectMedia Layer supports Linux, Win32, BeOS, Mac OS, Solaris, IRIX, and FreeBSD.
homepage        http://www.libsdl.org/

platforms       darwin
#license         lgpl2.1+
maintainers     toby

master_sites    ${homepage}tmp/
checksums       md5 da112623aee57b2f989e2aa1c4b25e3d \
                sha1 10b4762bf30abd8fb43c8ac6379da627da709753 \
                rmd160 be570324c34b6bfa9dd980a522fa0a028cc797b5

distname        SDL-${version}

patchfiles      patch-configure \
                patch-src__atomic__macosx__SDL_atomic.c \
                patch-src__audio__macosx__SDL_coreaudio.c \
                patch-src__video__cocoa__SDL_cocoakeyboard.m \
                patch-src__video__cocoa__SDL_cocoamodes.m \
                patch-src__video__cocoa__SDL_cocoawindow.h

configure.args  --without-x --disable-cdrom
