Ticket #29376: Portfile-tuxmath.diff

File Portfile-tuxmath.diff, 2.3 KB (added by davidstuartbruce@…, 13 years ago)
  • Portfile

    old new  
    55PortSystem          1.0
    66
    77name                tuxmath
    8 version             1.7.1
     8version             2.0.3
    99revision            0
    1010categories          games education
    1111platforms           darwin
     
    1515long_description    TuxMath is an SDL-based educational game intended for children ages 4 to 10. \
    1616                    The game offers drill in basic math facts, beginning with simple number \
    1717                    typing and progressing through addition, subtraction, multiplication, and \
    18                     division.  Negative numbers and "missing number" questions (e.g. 5 x ? = -75) \
    19                     are supported.
     18                    division.  Negative numbers and \"missing number\" questions (e.g. 5 x ? = -75) \
     19                    are supported. TuxMath now also offers review of factoring via \"Factoroids\", \
     20                    a tribute to the arcade classic \"Asteroids\".
    2021
    21 homepage            http://www.tux4kids.com
    22 master_sites        http://alioth.debian.org/frs/download.php/2733/
     22homepage            http://tux4kids.alioth.debian.org
     23master_sites        http://alioth.debian.org/frs/download.php/3571
    2324distname            ${name}_w_fonts-${version}
    2425
    25 checksums           md5 4ab3d5bd74adb0d0aeacb721b8cac395 \
    26                     sha1 caec45d602fbb3344569e839a2de9b03589f476a \
    27                     rmd160 5db7b48091e56e50f5131fe602e0faacab205678
     26checksums           md5 cb09356d1825f9b7a8df416e83d7f46d \
     27                    sha1 74510bc342d6cefb6dae101cfc8c1207f29d7db9 \
     28                    rmd160 e399b605e69690a57fe2b5f6c29cf2f5c428ba6f
    2829
    29 depends_lib         path:lib/pkgconfig/sdl.pc:libsdl \
     30
     31depends_lib         port:libsdl \
    3032                    port:libsdl_image \
    3133                    port:libsdl_mixer \
     34                    port:libsdl_net \
    3235                    port:libsdl_ttf \
    3336                    port:libsdl_pango \
    34                     port:gettext
     37                    port:gettext \
     38                    port:t4k_common
    3539
    36 platform darwin {
     40platform darwin {
    3741    post-destroot {
    3842        xinstall -m 755 -d ${destroot}/Applications/MacPorts/TuxMath.app/Contents/MacOS
    3943        ln -s ${prefix}/bin/tuxmath ${destroot}/Applications/MacPorts/TuxMath.app/Contents/MacOS/TuxMath