Changeset 82909
- Timestamp:
- 08/21/11 17:01:43 (4 years ago)
- Location:
- trunk/dports/games/pioneers
- Files:
-
- 3 added
- 1 edited
-
Portfile (modified) (3 diffs)
-
files (added)
-
files/launcher.sh (added)
-
files/logo.png (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/games/pioneers/Portfile
r82553 r82909 3 3 4 4 PortSystem 1.0 5 PortGroup app 1.0 5 6 6 7 name pioneers 7 8 version 0.12.4 8 revision 19 revision 2 9 10 categories games 10 11 license GPL … … 21 22 homepage http://pio.sourceforge.net/ 22 23 platforms freebsd darwin 23 depends_build port:gettext port:grep port:intltool port:p5 .8-xml-parser \24 port:perl5 .8port:pkgconfig port:rarian24 depends_build port:gettext port:grep port:intltool port:p5-xml-parser \ 25 port:perl5 port:pkgconfig port:rarian 25 26 depends_lib port:atk port:expat port:fontconfig port:freetype \ 26 27 port:gettext port:gtk2 port:libiconv \ … … 37 38 sha256 05e643c61b76f9558f7aec5076ca3404e296e4a6b097245a3407a4532f4c3c69 38 39 40 post-extract { 41 copy ${filespath}/launcher.sh ${worksrcpath} 42 } 43 44 patch { 45 reinplace s|@PREFIX@|${prefix}| ${worksrcpath}/launcher.sh 46 } 47 39 48 configure.env-append with_avahi=no 49 50 app.name Pioneers 51 app.executable ${worksrcpath}/launcher.sh 52 app.icon ${filespath}/logo.png 40 53 41 54 livecheck.url http://sourceforge.net/projects/pio/files/
Note: See TracChangeset
for help on using the changeset viewer.

