Changeset 9289 for trunk/dports


Ignore:
Timestamp:
Nov 14, 2004, 10:00:44 PM (19 years ago)
Author:
mww
Message:

Bug: #2395
Submitted by: matt@
Reviewed by: mww@

update to v0.13

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/aqua/MultiTerm/Portfile

    r8159 r9289  
    1 # $Id: Portfile,v 1.1 2004/09/03 00:07:27 mww Exp $
     1# $Id: Portfile,v 1.2 2004/11/14 22:00:44 mww Exp $
    22
    33PortSystem 1.0
    44
    55name                    MultiTerm
    6 version                 0.12
     6version                 0.13
    77categories              aqua sysutils
    88platforms               darwin
     
    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
     23
     24pre-build       {
     25        system "cd ${worksrcpath} && touch gpl.txt gpl.html"
     26}
    2327
    2428build.type              pbx
     
    2731destroot        {
    2832        xinstall -m 755 -d ${destroot}/Applications/DarwinPorts/
    29         file copy ${worksrcpath}/build/MultiTerm.app \
     33        file copy ${worksrcpath}/build/${name}.app \
    3034                ${destroot}/Applications/DarwinPorts
    3135}
Note: See TracChangeset for help on using the changeset viewer.