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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | |
---|
7 | name springrts |
---|
8 | version 0.81.2.1 |
---|
9 | categories games |
---|
10 | platforms darwin |
---|
11 | |
---|
12 | maintainers gmail.com:daftalx |
---|
13 | |
---|
14 | description A powerful cross-platform RTS game engine |
---|
15 | long_description Spring (formerly TASpring) is an Open Source \ |
---|
16 | Real Time Strategy game engine inspired from \ |
---|
17 | the popular Total Annihilation video game. |
---|
18 | |
---|
19 | homepage http://springrts.com |
---|
20 | |
---|
21 | distfiles spring_${version}_src${extract.suffix} |
---|
22 | worksrcdir spring_${version} |
---|
23 | |
---|
24 | master_sites http://springrts.com/dl/ |
---|
25 | |
---|
26 | checksums md5 da6732a3c9930872955004a67573ca67 |
---|
27 | |
---|
28 | configure.post_args -DAI_TYPES=NATIVE |
---|
29 | build.target spring |
---|
30 | |
---|
31 | depends_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 |
---|