Ticket #2395: Portfile.diff

File Portfile.diff, 990 bytes (added by matt@…, 19 years ago)

Patch for MultiTerm

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name                    MultiTerm
    6 version                 0.12
     6version                 0.13
    77categories              aqua sysutils
    88platforms               darwin
    99maintainers             mww@opendarwin.org
     
    1212                                        which provides a high quality user interface for everyday \
    1313                                        terminal work.
    1414
    15 homepage                http://www.13thfloor.at/MultiTerm/
     15homepage                http://www.13thfloor.at/${name}/
    1616master_sites    ${homepage}
    17 distname                MultiTerm-V${version}
    18 checksums               md5 263a5b5e5323c2cce5f9b870bdf0b3f1
     17distname                ${name}-V${version}
     18checksums               md5 a71d8733c133e1a7fdc92a3f8fb8d4bf
    1919
    2020worksrcdir              ${name}
    2121
    2222use_configure   no
    2323
     24pre-build               { system "cd ${worksrcpath} ; touch gpl.txt gpl.html" }
     25
    2426build.type              pbx
    2527build.target
    2628
    2729destroot        {
    2830        xinstall -m 755 -d ${destroot}/Applications/DarwinPorts/
    29         file copy ${worksrcpath}/build/MultiTerm.app \
     31        file copy ${worksrcpath}/build/${name}.app \
    3032                ${destroot}/Applications/DarwinPorts
    3133}