Ticket #29375: Portfile

File Portfile, 1.2 KB (added by davidstuartbruce@…, 13 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                t4k_common
8version             0.1.1
9revision            0
10categories          games education
11platforms           darwin
12maintainers         gmail.com:davidstuartbruce
13
14description         Shared code for Tux4Kids apps "TuxMath" and "Tux Typing"
15long_description    Common library for routines used in TuxMath and Tux Typing.
16
17distname            ${name}-${version}
18
19homepage            http://tux4kids.debian.alioth.org
20master_sites        http://alioth.debian.org/frs/download.php/3540/
21
22checksums           md5 e3d5da74971f427e8deb1e904dfcf8ab \
23                    sha1 626eddedee86059ccab593a226c8d98571018b46 \
24                    rmd160 6c0332ea44e4a44021c645e5b4329c2efd377fed
25
26depends_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