Ticket #6326: Smultron.Portfile.diff
File Smultron.Portfile.diff, 1.1 KB (added by bfulgham@…, 19 years ago) |
---|
-
aqua/Smultron/Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name Smultron 6 version 1.2. 16 version 1.2.6 7 7 categories aqua editors 8 8 platforms darwin 9 9 maintainers darwinports@opendarwin.org … … 22 22 23 23 24 24 master_sites sourceforge:smultron 25 checksums md5 ce8976b23932b30c8711d8f06483d01a25 checksums md5 1b96b3ddfae255789767279d592e98b3 26 26 27 27 use_zip yes 28 28 distname ${name}Source-${version} … … 31 31 32 32 build.dir ${workdir}/${name}Source 33 33 34 pre-build { file mkdir "${build.dir}/build/smultron" } 34 set xcodebuilddir build 35 platform darwin 8 { 36 if {$xcodeversion == "2.1"} { 37 set xcodebuilddir build/Deployment 38 } 39 } 40 41 #pre-build { file mkdir "${build.dir}/build/smultron" } 42 # 35 43 36 44 build.type pbx 37 build.target 45 build.target -configuration Deployment 46 38 47 39 48 destroot { xinstall -d -m 755 ${destroot}/Applications/DarwinPorts 40 file copy ${build.dir}/ build/${name}.app \49 file copy ${build.dir}/${xcodebuilddir}/${name}.app \ 41 50 ${destroot}/Applications/DarwinPorts/${name}.app 42 51 } 43 52