Changeset 97927


Ignore:
Timestamp:
Sep 20, 2012, 8:48:20 AM (12 years ago)
Author:
dports@…
Message:

fizmo: update to 0.7.4 (#36200)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/games/fizmo/Portfile

    r97300 r97927  
    55
    66name                fizmo
    7 version             0.7.3
     7version             0.7.4
    88revision            1
    99categories          games
     
    3131master_sites        http://spellbreaker.org/~chrender/fizmo/source/
    3232
    33 checksums           rmd160 4de03b4fa32108db5d85e7f54d9a58e427398760 \
    34                     sha256 cfc449e843937fcf1e82228d32628b2d57d278d8a9a85e1aa4df001e7ad9f9d2
     33checksums           sha256 20369108d73c605643f8d5ee97779e2d846683b8551b157c77f3dda0a74e0919 \
     34                    rmd160 521e1459a31128c8ac22b32b58a759dcf1d8039d
    3535
    3636depends_build       port:pkgconfig
     
    4444                    port:libpng
    4545
    46 post-patch {
    47     file copy ${worksrcpath}/config.macports.mk ${worksrcpath}/config.mk
    48     reinplace "s|prefix = /opt/local|prefix = ${destroot}${prefix}|g" ${worksrcpath}/config.mk
    49 }
    50 
    51 use_configure       no
    52 
    53 build.args          CC="${configure.cc}" CFLAGS="[get_canonical_archflags]" prefix=${prefix}
    54 build.target        fizmo-console fizmo-ncursesw
    55 
    56 destroot.args       CC="${configure.cc}" CFLAGS="[get_canonical_archflags]" prefix=${prefix}
    57 destroot.target     install-locales install-fizmo-console install-fizmo-ncursesw
    58 
    5946post-destroot {
    6047    file link -symbolic ${destroot}${prefix}/bin/fizmo fizmo-ncursesw
    6148    file link -symbolic ${destroot}${prefix}/share/man/man6/fizmo.6 fizmo-ncursesw.6
    6249}
     50
Note: See TracChangeset for help on using the changeset viewer.