Ticket #12998: aquaterm.diff
File aquaterm.diff, 671 bytes (added by takanori@…, 17 years ago) |
---|
-
Portfile
54 54 ${workpath}/adapters/pgplot/ReadMe 55 55 } 56 56 57 set xcodebuilddir build 58 57 set xcodebuilddir build/Deployment 59 58 platform darwin 7 { 60 59 post-extract { 61 60 cd ${workpath}/${name} 62 61 file link -symbolic AquaTermFwk-Info.plist AquaTerm.framework-Info.plist 63 62 } 63 set xcodebuilddir build 64 64 } 65 65 66 66 platform darwin 8 { 67 if {$xcodeversion == "2.1"} { 68 set xcodebuilddir build/Deployment 67 if {$xcodeversion != "2.1"} { 68 set xcodebuilddir build 69 } 69 70 } 70 }71 71 72 72 build.type pbx 73 73 build.dir ${workpath}/${name}