# $Id: Portfile,v 1.2 2003/10/30 12:31:41 fkr Exp $ PortSystem 1.0 name libsdl_mixer version 1.2.5 categories audio maintainers blb@pobox.com description Audio mixer library for SDL long_description A sample multi-channel audio mixer library. \ It supports any number of simultaneously playing channels of 16 bit stereo \ audio, plus a single channel of music. platforms darwin master_sites http://www.libsdl.org/projects/SDL_mixer/release/ homepage http://www.libsdl.org/projects/SDL_mixer/ distname SDL_mixer-${version} checksums md5 f26d4e4625f00517203e32bd06fbc5d8 depends_lib lib:libSDL:libsdl patchfiles patch-configure configure.env CPPFLAGS="-no-cpp-precomp -I${prefix}/include" LDFLAGS="-L${prefix}/lib" configure.args --with-sdl-prefix=${prefix} --disable-static --disable-music-mp3 variant mp3 { depends_lib-append lib:libsmpeg:smpeg configure.args-delete --disable-music-mp3 configure.args-append --enable-music-mp3 --with-smpeg-prefix=${prefix} }