New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82909


Ignore:
Timestamp:
08/21/11 17:01:43 (4 years ago)
Author:
snc@…
Message:

pioneers:

  • use app portgroup
  • add icon and wrapper script
Location:
trunk/dports/games/pioneers
Files:
3 added
1 edited

Legend:

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

    r82553 r82909  
    33 
    44PortSystem          1.0 
     5PortGroup           app 1.0 
    56 
    67name                pioneers 
    78version             0.12.4 
    8 revision            1 
     9revision            2 
    910categories          games 
    1011license             GPL 
     
    2122homepage            http://pio.sourceforge.net/ 
    2223platforms           freebsd darwin 
    23 depends_build       port:gettext port:grep port:intltool port:p5.8-xml-parser \ 
    24                     port:perl5.8 port:pkgconfig port:rarian 
     24depends_build       port:gettext port:grep port:intltool port:p5-xml-parser \ 
     25                    port:perl5 port:pkgconfig port:rarian 
    2526depends_lib         port:atk port:expat port:fontconfig port:freetype \ 
    2627                    port:gettext port:gtk2 port:libiconv \ 
     
    3738                    sha256  05e643c61b76f9558f7aec5076ca3404e296e4a6b097245a3407a4532f4c3c69 
    3839 
     40post-extract { 
     41    copy ${filespath}/launcher.sh ${worksrcpath} 
     42} 
     43 
     44patch { 
     45    reinplace s|@PREFIX@|${prefix}| ${worksrcpath}/launcher.sh 
     46} 
     47 
    3948configure.env-append    with_avahi=no 
     49 
     50app.name            Pioneers 
     51app.executable      ${worksrcpath}/launcher.sh 
     52app.icon            ${filespath}/logo.png 
    4053 
    4154livecheck.url       http://sourceforge.net/projects/pio/files/ 
Note: See TracChangeset for help on using the changeset viewer.