# $Id: Portfile 63978 2010-02-19 21:22:01Z toby@macports.org $

PortSystem 1.0

conflicts       libsdl

name            libsdl-devel
version         1.3.0-5552
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         LGPLv2.1
maintainers     toby

master_sites    ${homepage}tmp/
checksums       md5 7f23749dcb492938116d9a53b58f1653 \
                sha1 40cf5670c1b29e4c5f76479a2920e6b800a2af8f \
                rmd160 e942b4515122acfe76dc833f5803938499cdb1f2

distname        SDL-${version}

configure.args  --without-x

livecheck.url   ${homepage}tmp/
livecheck.regex SDL-(\[0-9\]+\\.\[0-9\]+\\.\[0-9\]+-\[0-9\]+)\\.tar\\.gz

universal_variant   no
