Ticket #789: Portfile

File Portfile, 935 bytes (added by leimy@…, 21 years ago)

New Portfile for this port.

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