Ticket #14279: Portfile.2

File Portfile.2, 1.4 KB (added by raimue (Rainer Müller), 16 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; \
2c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
3# $Id$
4
5PortSystem          1.0
6
7name                tuxmath
8version             1.6.1
9categories          games education
10platforms           darwin
11maintainers         rr.tampabay.com:dbruce
12
13description         Kids math game - help Tux, the Linux Penguin shoot down attacking math questions!
14long_description    TuxMath is an SDL-based educational game intended for children ages 4 to 10. \
15                    The game offers drill in basic math facts, beginning with simple number \
16                    typing and progressing through addition, subtraction, multiplication, and \
17                    division.  Negative numbers and "missing number" questions (e.g. 5 x ? = -75) \
18                    are supported.
19
20homepage            http://www.tux4kids.com
21master_sites        http://alioth.debian.org/frs/download.php/2310/
22distname            ${name}_w_fonts-${version}
23
24checksums           md5 9a2e77a9729d3c4d9bed53734153ed68 \
25                    sha1 65214f741a31eb4ce388ce7e74dc47da9d21aa96 \
26                    rmd160 69a44430bdb781783a7e62c6d1752ddd1b782c32
27
28depends_lib         port:libsdl \
29                    port:libsdl_image \
30                    port:libsdl_mixer \
31                    port:libsdl_ttf \
32                    port:gettext