# $Id: Portfile,v 1.14 2003/03/16 06:22:35 michaelm Exp $ PortSystem 1.0 name libsdl version 1.2.5 categories graphics maintainers leimy@opendarwin.org description Cross-platform multi-media development API platforms darwin freebsd master_sites http://www.libsdl.org/release/ distname SDL-${portversion} checksums md5 cacacf4e4cca546de168fedc23b9b44b configure.args --enable-shared patch { reinplace "s|@SDL_CFLAGS@|-I@includedir@ @SDL_CFLAGS@|" \ ${workdir}/${worksrcdir}/sdl-config.in } 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, MacOS, Solaris, IRIX, and FreeBSD.