Changeset 83329
- Timestamp:
- 08/29/11 14:10:25 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/games/tuxmath/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/games/tuxmath/Portfile
r81347 r83329 4 4 5 5 PortSystem 1.0 6 PortGroup app 1.0 6 7 7 8 name tuxmath 8 9 version 2.0.3 10 revision 1 9 11 categories games education 10 12 platforms darwin … … 38 40 configure.args --disable-sdltest 39 41 40 platform darwin { 41 post-destroot { 42 xinstall -m 755 -d ${destroot}${applications_dir}/TuxMath.app/Contents/MacOS 43 ln -s ${prefix}/bin/tuxmath ${destroot}${applications_dir}/TuxMath.app/Contents/MacOS/TuxMath 42 platform macosx { 43 post-build { 44 system "${prefix}/bin/rsvg-convert -w 512 -h 512 -o ${workpath}/icon.png ${worksrcpath}/data/images/icons/tuxmath.svg" 44 45 } 45 46 } 47 48 app.name TuxMath 49 app.icon ${workpath}/icon.png
Note: See TracChangeset
for help on using the changeset viewer.

