Changeset 37841 for trunk/dports


Ignore:
Timestamp:
Jun 25, 2008, 6:35:41 PM (16 years ago)
Author:
gwright@…
Message:

Version bump to v38-0.

Location:
trunk/dports/emulators/simh
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/emulators/simh/Portfile

    r28726 r37841  
    44
    55name            simh
    6 version         v37-3
     6version         v38-0
    77categories      emulators
    88platforms       darwin
     
    2121homepage        http://simh.trailing-edge.com
    2222master_sites    http://simh.trailing-edge.com/sources/
    23 checksums       md5 370305b11e3516d3416cbb78aedf1050
     23
     24checksums       md5     d4bf6b7708e1f429e1e9b3c9e3e93b24                \
     25                sha1    e1afbebede7dc4b2e0f7b13fca3ee6aa8d34f9c1        \
     26                rmd160  f1986d45f9b17a905957d1dca4eaa70098a7cae6
     27
     28patchfiles      patch-vax780_defs.h.diff        \
     29                patch-vaxmod_defs.h.diff        \
     30                patch-vax_cpu.c.diff            \
     31                patch-sim_defs.h.diff
     32
    2433use_zip         yes
    2534distname        ${name}${version}
     
    3241build.target    "USE_NETWORK=1 all"
    3342
     43build           {
     44#               system "export OSTYPE"
     45                system "cd ${worksrcpath} && OSTYPE=darwin make USE_NETWORK=1 all"
     46}
     47
    3448post-extract    {
    35                 reinplace "s|-lrt||g" ${worksrcpath}/makefile
    3649                reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/makefile
    3750}
    3851
    3952destroot {
    40                 set binaries [ exec ls ${worksrcpath}/BIN ]
     53                set binaries {altair altairz80 eclipse gri h316 hp2100
     54                              i1401 i1620 i7094 ibm1130 id16 id32 lgp
     55                              nova pdp1 pdp10 pdp11 pdp15 pdp4 pdp7
     56                              pdp8 pdp9 s3 sds vax vax780 }
    4157                foreach binary $binaries {
    4258                        system "install -c -m 755 ${worksrcpath}/BIN/${binary} ${destroot}${prefix}/bin/simh-${binary}"
Note: See TracChangeset for help on using the changeset viewer.