Ticket #14440: Portfile-tuxmath.diff

File Portfile-tuxmath.diff, 483 bytes (added by dbruce@…, 16 years ago)
  • Portfile

    old new  
    3030                    port:libsdl_mixer \
    3131                    port:libsdl_ttf \
    3232                    port:gettext
     33
     34platform darwin {
     35    post-destroot {
     36        xinstall -m 755 -d ${destroot}/Applications/MacPorts/TuxMath.app/Contents/MacOS
     37        ln -s ${prefix}/bin/tuxmath ${destroot}/Applications/MacPorts/TuxMath.app/Contents/MacOS/TuxMath
     38    }
     39}