Ticket #881: portfile_1.2.6.diff
File portfile_1.2.6.diff, 1.1 KB (added by blb@…, 21 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name libsdl 5 version 1.2. 55 version 1.2.6 6 6 categories graphics 7 7 maintainers leimy@opendarwin.org 8 8 description Cross-platform multi-media development API 9 9 platforms darwin freebsd 10 10 master_sites http://www.libsdl.org/release/ 11 11 distname SDL-${portversion} 12 checksums md5 cacacf4e4cca546de168fedc23b9b44b12 checksums md5 9011f147f23ec535515291d0c9c6904c 13 13 configure.args --enable-shared 14 14 15 patchfiles patch-sdl_stretch.c16 17 pre-patch {18 reinplace "s|@SDL_CFLAGS@|-I@includedir@ @SDL_CFLAGS@|" \19 ${worksrcpath}/sdl-config.in20 }21 22 23 15 long_description \ 24 16 Simple DirectMedia Layer is a cross-platform multimedia library designed to provide \ 25 17 fast access to the graphics framebuffer and audio device. It is used by MPEG \ 26 18 playback software, emulators, and many popular games, including the award winning \ 27 19 Linux port of "Civilization: Call To Power." Simple DirectMedia Layer supports \ 28 20 Linux, Win32, BeOS, MacOS, Solaris, IRIX, and FreeBSD. 21 22 variant nostatic { 23 configure.args-append --disable-static 24 } 29 25