Ticket #25550: Portfile

File Portfile, 1.2 KB (added by daftalx@…, 14 years ago)

Removed python25 dependency (default system python is used)

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5PortGroup cmake     1.0
6
7name                springrts
8version             0.81.2.1
9categories          games
10platforms           darwin
11
12maintainers         gmail.com:daftalx
13
14description         A powerful cross-platform RTS game engine
15long_description    Spring (formerly TASpring) is an Open Source \
16                    Real Time Strategy game engine inspired from \
17                    the popular Total Annihilation video game.
18
19homepage            http://springrts.com
20
21distfiles           spring_${version}_src${extract.suffix}
22worksrcdir          spring_${version}
23
24master_sites        http://springrts.com/dl/
25
26checksums           md5     da6732a3c9930872955004a67573ca67
27
28configure.post_args -DAI_TYPES=NATIVE
29build.target        spring
30                   
31depends_lib         port:libsdl-framework \
32                    port:boost \
33                    port:libdevil \
34                    port:tiff \
35                    port:libvorbis \
36                    port:glew \
37                    port:p7zip \
38                    port:mesa