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 t4k_common |
---|
8 | version 0.1.1 |
---|
9 | revision 0 |
---|
10 | categories games education |
---|
11 | platforms darwin |
---|
12 | maintainers gmail.com:davidstuartbruce |
---|
13 | |
---|
14 | description Shared code for Tux4Kids apps "TuxMath" and "Tux Typing" |
---|
15 | long_description Common library for routines used in TuxMath and Tux Typing. |
---|
16 | |
---|
17 | distname ${name}-${version} |
---|
18 | |
---|
19 | homepage http://tux4kids.debian.alioth.org |
---|
20 | master_sites http://alioth.debian.org/frs/download.php/3540/ |
---|
21 | |
---|
22 | checksums md5 e3d5da74971f427e8deb1e904dfcf8ab \ |
---|
23 | sha1 626eddedee86059ccab593a226c8d98571018b46 \ |
---|
24 | rmd160 6c0332ea44e4a44021c645e5b4329c2efd377fed |
---|
25 | |
---|
26 | depends_lib port:libsdl \ |
---|
27 | port:libsdl_image \ |
---|
28 | port:libsdl_mixer \ |
---|
29 | port:libsdl_net \ |
---|
30 | port:libsdl_ttf \ |
---|
31 | port:libsdl_pango \ |
---|
32 | port:libxml2 \ |
---|
33 | port:librsvg \ |
---|
34 | port:libpng \ |
---|
35 | port:gettext |
---|
36 | |
---|