1 | # $Id: Portfile,v 1.14 2003/03/16 06:22:35 michaelm Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name libsdl |
---|
5 | version 1.2.5 |
---|
6 | categories graphics |
---|
7 | maintainers leimy@opendarwin.org |
---|
8 | description Cross-platform multi-media development API |
---|
9 | platforms darwin freebsd |
---|
10 | master_sites http://www.libsdl.org/release/ |
---|
11 | distname SDL-${portversion} |
---|
12 | checksums md5 cacacf4e4cca546de168fedc23b9b44b |
---|
13 | configure.args --enable-shared |
---|
14 | |
---|
15 | patchfiles patch-sdl_stretch |
---|
16 | |
---|
17 | pre-patch { |
---|
18 | reinplace "s|@SDL_CFLAGS@|-I@includedir@ @SDL_CFLAGS@|" \ |
---|
19 | ${worksrcpath}/sdl-config.in |
---|
20 | } |
---|
21 | |
---|
22 | |
---|
23 | long_description \ |
---|
24 | Simple DirectMedia Layer is a cross-platform multimedia library designed to provide \ |
---|
25 | fast access to the graphics framebuffer and audio device. It is used by MPEG \ |
---|
26 | playback software, emulators, and many popular games, including the award winning \ |
---|
27 | Linux port of "Civilization: Call To Power." Simple DirectMedia Layer supports \ |
---|
28 | Linux, Win32, BeOS, MacOS, Solaris, IRIX, and FreeBSD. |
---|
29 | |
---|