Ticket #14279: Portfile

File Portfile, 1.4 KB (added by dbruce@…, 16 years ago)

new Portfile for tuxmath

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
4# $Id$
5
6PortSystem          1.0
7
8name                tuxmath
9version             1.6.1
10categories          games education
11platforms           darwin
12maintainers         rr.tampabay.com:dbruce
13
14description         Kids math game - help Tux, the Linux Penguin shoot down attacking math questions!
15long_description    TuxMath is an SDL-based educational game intended for children ages 4 to 10. \
16                    The game offers drill in basic math facts, beginning with simple number \
17                    typing and progressing through addition, subtraction, multiplication, and \
18                    division.  Negative numbers and "missing number" questions (e.g. "5 x ? = -75) \
19                    are supported.
20
21homepage            http://www.tux4kids.com
22master_sites        http://alioth.debian.org/frs/download.php/2310/tuxmath_w_fonts-1.6.1.tar.gz
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