1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; \ |
---|
2 | c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
3 | # $Id$ |
---|
4 | |
---|
5 | PortSystem 1.0 |
---|
6 | |
---|
7 | name tuxmath |
---|
8 | version 1.6.1 |
---|
9 | categories games education |
---|
10 | platforms darwin |
---|
11 | maintainers rr.tampabay.com:dbruce |
---|
12 | |
---|
13 | description Kids math game - help Tux, the Linux Penguin shoot down attacking math questions! |
---|
14 | long_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 | |
---|
20 | homepage http://www.tux4kids.com |
---|
21 | master_sites http://alioth.debian.org/frs/download.php/2310/ |
---|
22 | distname ${name}_w_fonts-${version} |
---|
23 | |
---|
24 | checksums md5 9a2e77a9729d3c4d9bed53734153ed68 \ |
---|
25 | sha1 65214f741a31eb4ce388ce7e74dc47da9d21aa96 \ |
---|
26 | rmd160 69a44430bdb781783a7e62c6d1752ddd1b782c32 |
---|
27 | |
---|
28 | depends_lib port:libsdl \ |
---|
29 | port:libsdl_image \ |
---|
30 | port:libsdl_mixer \ |
---|
31 | port:libsdl_ttf \ |
---|
32 | port:gettext |
---|