Ticket #10475: Portfile.diff
File Portfile.diff, 1.2 KB (added by markd@…, 18 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name ode 6 version 0. 56 version 0.7 7 7 categories devel 8 8 platforms darwin 9 9 maintainers mww@opendarwin.org … … 17 17 18 18 homepage http://opende.sourceforge.net/ 19 19 master_sites sourceforge:opende 20 checksums md5 b33b21e04ee9661f27802b6b6c8eefd2 21 extract.suffix .tgz 22 patchfiles patch-drawstuff.cpp.diff \ 23 patch-user-settings.diff 20 distfiles ${name}-src-${version}.zip 21 checksums md5 b6727fef2cbb9ca812438bb774c9d6ec 22 use_zip yes 24 23 25 24 depends_lib lib:libGL:XFree86 26 25 27 use_configure no28 29 26 build.type gnu 30 27 31 destroot { 32 xinstall -d -m 755 ${destroot}${prefix}/include \ 33 ${destroot}${prefix}/lib 34 file copy ${worksrcpath}/include/ode ${destroot}${prefix}/include 35 file copy ${worksrcpath}/include/drawstuff ${destroot}${prefix}/include 36 xinstall -m 644 -W ${worksrcpath}/lib libode.a libdrawstuff.a \ 37 ${destroot}${prefix}/lib 28 post-destroot { 29 eval xinstall -m 644 [glob ${worksrcpath}/include/drawstuff/*] \ 30 ${destroot}${prefix}/include/ode 38 31 system "ranlib ${destroot}${prefix}/lib/libode.a" 39 system "ranlib ${destroot}${prefix}/lib/libdrawstuff.a"40 32 } 41 33 42 34 variant opcode {