Ticket #2395: Portfile.diff
File Portfile.diff, 990 bytes (added by matt@…, 20 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name MultiTerm 6 version 0.1 26 version 0.13 7 7 categories aqua sysutils 8 8 platforms darwin 9 9 maintainers mww@opendarwin.org … … 12 12 which provides a high quality user interface for everyday \ 13 13 terminal work. 14 14 15 homepage http://www.13thfloor.at/ MultiTerm/15 homepage http://www.13thfloor.at/${name}/ 16 16 master_sites ${homepage} 17 distname MultiTerm-V${version}18 checksums md5 263a5b5e5323c2cce5f9b870bdf0b3f117 distname ${name}-V${version} 18 checksums md5 a71d8733c133e1a7fdc92a3f8fb8d4bf 19 19 20 20 worksrcdir ${name} 21 21 22 22 use_configure no 23 23 24 pre-build { system "cd ${worksrcpath} ; touch gpl.txt gpl.html" } 25 24 26 build.type pbx 25 27 build.target 26 28 27 29 destroot { 28 30 xinstall -m 755 -d ${destroot}/Applications/DarwinPorts/ 29 file copy ${worksrcpath}/build/ MultiTerm.app \31 file copy ${worksrcpath}/build/${name}.app \ 30 32 ${destroot}/Applications/DarwinPorts 31 33 }