|
|
@@ -6,15 +6,17 @@ PortGroup compiler_blacklist_versions 1.0 |
|
|
|
|
|
# Please keep the wine, wine-devel and wine-crossover ports as similar as possible. |
|
|
|
|
|
# When updating the version of wine, update wine_gecko to a compatible version |
|
|
# per the table at http://wiki.winehq.org/Gecko and update wine-mono as well; |
|
|
# see http://wiki.winehq.org/Mono and http://sourceforge.net/projects/wine/files/Wine%20Mono/ |
|
|
# When updating the version of wine, update wine_gecko and wine_mono to compatible versions |
|
|
# as referenced in the source code. Check here by replacing X.Y with the version: |
|
|
# https://source.winehq.org/git/wine.git/blob/refs/tags/wine-X.Y:/dlls/appwiz.cpl/addons.c |
|
|
# see also http://wiki.winehq.org/Gecko and http://wiki.winehq.org/Mono |
|
|
|
|
|
name wine |
|
|
conflicts wine-devel wine-crossover |
|
|
set my_name wine |
|
|
version 3.0 |
|
|
set branch [lindex [split ${version} .] 0].0 |
|
|
revision 1 |
|
|
license LGPL-2.1+ |
|
|
categories x11 |
|
|
maintainers {ryandesign @ryandesign} openmaintainer |
|
|
@@ -27,6 +29,7 @@ dist_subdir ${my_name} |
|
|
set wine_distfile ${distname}${extract.suffix} |
|
|
set wine_gecko_version 2.47 |
|
|
set wine_gecko_distfile wine_gecko-${wine_gecko_version}-x86.msi |
|
|
set wine_gecko64_distfile wine_gecko-${wine_gecko_version}-x86_64.msi |
|
|
set wine_mono_version 4.7.1 |
|
|
set wine_mono_distfile wine-mono-${wine_mono_version}.msi |
|
|
use_parallel_build yes |
|
|
@@ -54,6 +57,7 @@ extract.only ${wine_distfile} |
|
|
|
|
|
distfiles ${wine_distfile}:winesource \ |
|
|
${wine_gecko_distfile}:winegecko \ |
|
|
${wine_gecko64_distfile}:winegecko \ |
|
|
${wine_mono_distfile}:winemono |
|
|
|
|
|
checksums ${wine_distfile} \ |
|
|
@@ -64,6 +68,10 @@ checksums ${wine_distfile} \ |
|
|
rmd160 abf7cc78b49dd0623bc8fe87ae0e32bb8694e13d \ |
|
|
sha256 3b8a361f5d63952d21caafd74e849a774994822fb96c5922b01d554f1677643a \ |
|
|
size 49266176 \ |
|
|
${wine_gecko64_distfile} \ |
|
|
rmd160 254da21cb2503f20d065167b385b3e83ea3ab327 \ |
|
|
sha256 c565ea25e50ea953937d4ab01299e4306da4a556946327d253ea9b28357e4a7d \ |
|
|
size 50806272 \ |
|
|
${wine_mono_distfile} \ |
|
|
rmd160 3e2932960dabff8283f02b32dc573b0dda6adfac \ |
|
|
sha256 2c8d5db7f833c3413b2519991f5af1f433d59a927564ec6f38a3f1f8b2c629aa \ |
|
|
@@ -281,6 +289,9 @@ post-destroot { |
|
|
xinstall -d ${destroot}${prefix}/share/wine/gecko |
|
|
xinstall -m 644 ${distpath}/${wine_gecko_distfile} ${destroot}${prefix}/share/wine/gecko |
|
|
|
|
|
xinstall -d ${destroot}${prefix}/share/wine/gecko |
|
|
xinstall -m 644 ${distpath}/${wine_gecko64_distfile} ${destroot}${prefix}/share/wine/gecko |
|
|
|
|
|
xinstall -d ${destroot}${prefix}/share/wine/mono |
|
|
xinstall -m 644 ${distpath}/${wine_mono_distfile} ${destroot}${prefix}/share/wine/mono |
|
|
|
|
|
|