Ticket #614: Portfile

File Portfile, 723 bytes (added by blb@…, 21 years ago)

Portfile

Line 
1# $Id: $
2
3PortSystem                      1.0
4name                            libsdl_mixer
5version                         1.2.5
6categories                      audio
7maintainers                     blb@pobox.com
8description                     Audio mixer library for SDL
9long_description        \
10A sample multi-channel audio mixer library. \
11It supports any number of simultaneously playing channels of 16 bit stereo \
12audio, plus a single channel of music.
13
14platforms                       darwin
15master_sites            http://www.libsdl.org/projects/SDL_mixer/release/
16homepage                        http://www.libsdl.org/projects/SDL_mixer/
17distname                        SDL_mixer-${portversion}
18checksums                       md5 f26d4e4625f00517203e32bd06fbc5d8
19depends_lib                     lib:libSDL:libsdl
20configure.env           CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
21configure.args          --with-sdl-prefix=${prefix} --disable-static
22