Ticket #33655: wesnoth-1.10.1.diff
File wesnoth-1.10.1.diff, 2.3 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
2 2 3 3 PortSystem 1.0 4 4 PortGroup app 1.0 5 PortGroup cmake 1.0 5 6 6 7 name wesnoth 7 version 1. 8.68 version 1.10.1 8 9 set branch [join [lrange [split ${version} .] 0 1] .] 9 10 categories games 10 11 platforms darwin … … 14 15 master_sites sourceforge:project/wesnoth/wesnoth-${branch}/wesnoth-${version} 15 16 use_bzip2 yes 16 17 use_parallel_build yes 17 supported_archs i386 ppc18 18 19 19 description A fantasy turn-based strategy game 20 20 … … 26 26 levels, and are carried over from one scenario to the \ 27 27 next campaign. 28 28 29 checksums rmd160 2190efe45d554df59052db1a58fcc3bdf766c47e\30 sha256 4fe603fa984ac76a384dc94ba28bd99fe2d1adf02ddf1706f2fa1b82b40f808129 checksums rmd160 7deb86d92ffae85d5c2bf7867fcf556bbe6cc621 \ 30 sha256 0050494695af384ef1bd3b5d1d0ced4d1f41695bed9176ddb3d838b12242d387 31 31 32 depends_build port:pkgconfig 32 depends_build-append port:pkgconfig 33 33 34 depends_lib port:xorg-libX11 \ 34 35 port:boost \ 35 36 path:lib/pkgconfig/sdl.pc:libsdl \ … … 46 47 port:gettext \ 47 48 port:zlib 48 49 49 patchfiles patch-m4-boost.m4.diff \50 patch-configure.ac.diff51 52 use_autoreconf yes53 54 configure.args --with-libiconv-prefix=${prefix} \55 --with-libintl-prefix=${prefix} \56 --with-zlib-prefix=${prefix} \57 --disable-dbus \58 --disable-desktop-entry \59 --disable-sdltest \60 --disable-server \61 --disable-strict-compilation \62 --with-boost=${prefix}63 64 configure.cppflags-append -DBOOST_IOSTREAMS_USE_DEPRECATED65 66 50 app.icon icons/wesnoth-icon-Mac.png 67 51 68 52 livecheck.type sourceforge