Ticket #18733: i386-mingw32-runtime.diff
File i386-mingw32-runtime.diff, 1.2 KB (added by blb@…, 16 years ago) |
---|
-
Portfile
2 2 PortSystem 1.0 3 3 4 4 name i386-mingw32-runtime 5 version 3. 95 version 3.15.2 6 6 maintainers landonf@macports.org 7 7 description Free Microsoft C runtime, headers and import libraries. 8 8 long_description Free Microsoft C runtime, headers and import libraries to \ … … 16 16 17 17 platforms darwin 18 18 master_sites sourceforge:mingw 19 distname mingw-runtime-${version} 20 checksums md5 0cb66b1071da224ea2174f960c593e2e 19 distname mingwrt-${version}-mingw32-dev 20 checksums md5 31520c8cce50eae09021f560cbf1485b \ 21 sha1 36ef40de84cb8778e68f883d1cf320d9e627342d \ 22 rmd160 2c3b0b323bb2df47894c7eaecfbc5082461c6b49 21 23 22 24 extract.dir ${worksrcpath} 25 extract.mkdir yes 23 26 24 pre-extract {25 file mkdir ${worksrcpath}26 }27 28 27 # Nothing to configure 29 28 use_configure no 30 29 31 30 # Nothing to build 32 31 build {} 33 32 33 destroot.violate_mtree yes 34 34 destroot { 35 35 file mkdir ${destpath}/${prefix}/${crossgcc-target} 36 foreach dir {include lib bin doc} {36 foreach dir {include lib doc share} { 37 37 file copy -force ${worksrcpath}/$dir ${destpath}/${prefix}/${crossgcc-target} 38 38 } 39 39 }