Changeset 79605
- Timestamp:
- 06/19/11 23:16:40 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/x11/wine-crossover-games/Portfile (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/x11/wine-crossover-games/Portfile
r76406 r79605 8 8 conflicts wine wine-devel 9 9 version 10.0.0 10 revision 1 11 license LGPL-2.1+ 10 12 categories x11 11 13 maintainers jeremyhu openmaintainer 12 14 homepage http://www.codeweavers.com/ 13 15 platforms darwin 14 distname crossover-sources-${version} 16 distname crossover-games-sources-${version} 17 dist_subdir wine 18 set wine_distfile [suffix ${distname}] 19 set wine_gecko_distfile wine_gecko-1.2.0-x86.msi 20 distfiles ${wine_distfile} ${wine_gecko_distfile} 21 extract.only ${wine_distfile} 15 22 worksrcdir wine 16 23 build.target depend all … … 27 34 http://media.codeweavers.com/pub/crossover/source/archive/${version}/ 28 35 29 checksums sha1 82ebc5b2205ac26b068a9e4eb2ddbc95813a93a4 \ 30 rmd160 c59f4e510ded9951f92a7ccfdc6d253c8ca32756 36 checksums crossover-games-sources-10.0.0.tar.gz \ 37 rmd160 fd2dd4a09d844591fde3313062f6a2155eaa0c55 \ 38 sha256 87ca40352d55a423ab208dc2c1aaf5ca51a72aadf3839c572ef4abc552be71e4 \ 39 wine_gecko-1.2.0-x86.msi \ 40 rmd160 089447eb59eea81c7b1b3d1896a20fe68586cd96 \ 41 sha256 d6ccdb32b5867df207c7cd89513297ceb89cfa93696bece470467845c6c4d3ee 31 42 43 # Note: Most of the X11 libs are dlopen()'d 32 44 depends_lib port:expat \ 33 45 port:fontconfig \ … … 42 54 port:ncurses \ 43 55 port:openssl \ 56 port:tiff \ 44 57 port:zlib \ 45 58 port:xorg-libsm \ … … 65 78 lib/libncurses.dylib \ 66 79 lib/libssl.dylib \ 80 lib/libtiff.dylib \ 67 81 lib/libz.dylib \ 68 82 lib/libSM.dylib \ … … 76 90 lib/libGL.dylib 77 91 78 depends_build port:pkgconfig 92 depends_build port:flex \ 93 port:pkgconfig 79 94 80 95 # Extract only the wine directory. We don't need the others, and their presence … … 114 129 --with-pthread \ 115 130 --without-sane \ 131 --with-tiff \ 132 --without-v4l \ 116 133 --with-xcomposite \ 117 134 --with-xcursor \ … … 134 151 platform darwin 9 { 135 152 # Fix "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." 153 # Only affects Xcode 3.0.x and 3.1.x, not 3.2.x. 154 # See http://bugs.winehq.org/show_bug.cgi?id=14920 136 155 configure.args-append --disable-win16 137 156 } 138 157 139 158 platform darwin 10 { 140 # Fix "Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." 141 configure.args-append --disable-win16 159 # _getdirentries_is_not_available_when_64_bit_inodes_are_in_effect dlls/ntdll/directory.o 160 configure.cppflags-append -D_DARWIN_NO_64_BIT_INODE 161 } 142 162 163 platform darwin 11 { 143 164 # _getdirentries_is_not_available_when_64_bit_inodes_are_in_effect dlls/ntdll/directory.o 144 165 configure.cppflags-append -D_DARWIN_NO_64_BIT_INODE … … 153 174 154 175 post-destroot { 155 xinstall -d ${destroot}${prefix}/libexec/wine 156 xinstall -m 755 ${filespath}/wine.in ${destroot}${prefix}/bin/wine 176 xinstall ${filespath}/wine.in ${destroot}${prefix}/bin/wine 157 177 reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine 178 179 xinstall -d ${destroot}${prefix}/share/wine/gecko 180 xinstall -m 644 ${distpath}/${wine_gecko_distfile} ${destroot}${prefix}/share/wine/gecko 181 182 xinstall -d ${destroot}${prefix}/share/doc/${name} 183 xinstall -m 644 -W ${worksrcpath} \ 184 ANNOUNCE \ 185 AUTHORS \ 186 COPYING.LIB \ 187 LICENSE \ 188 README \ 189 ${destroot}${prefix}/share/doc/${name} 158 190 } 159 191
Note: See TracChangeset
for help on using the changeset viewer.

