Changeset 27793
- Timestamp:
- 2007-08-14 06:56:10 (15 months ago)
- Files:
-
- 1 modified
-
trunk/dports/aqua/MultiTerm/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/aqua/MultiTerm/Portfile
r22478 r27793 1 1 # $Id$ 2 2 3 PortSystem 1.0 3 PortSystem 1.0 4 PortGroup xcode 1.0 4 5 5 6 name MultiTerm … … 7 8 categories aqua sysutils 8 9 platforms darwin 9 maintainers nomaintainer @macports.org10 maintainers nomaintainer 10 11 description MultiTerm is an extendible Terminal Emulation 11 12 long_description MultiTerm aims to become an extendible Terminal Emulation \ … … 16 17 master_sites ${homepage} 17 18 distname ${name}-V${version} 18 checksums md5 a71d8733c133e1a7fdc92a3f8fb8d4bf 19 20 checksums md5 a71d8733c133e1a7fdc92a3f8fb8d4bf \ 21 sha1 849cbb743b3ade445d2ad5936a61f8bde2213b5e \ 22 rmd160 a6d1a71998326d3e827a05f1154e3376517d6c37 19 23 20 24 worksrcdir ${name} 21 25 22 use_configure no 23 24 pre-build { 25 system "cd ${worksrcpath} && touch gpl.txt gpl.html" 26 pre-build { 27 cd ${worksrcpath} 28 touch gpl.html gpl.txt 26 29 } 27 30 28 build.type pbx 29 build.target 31 livecheck.check regex 32 livecheck.url ${homepage} 33 livecheck.regex "Application Prototype V(\\d+(?:\\.\\d+)*)" 30 34 31 destroot {32 xinstall -m 755 -d ${destroot}/Applications/MacPorts/33 file copy ${worksrcpath}/build/${name}.app \34 ${destroot}/Applications/MacPorts35 }

