Ticket #25544: Portfile

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

springrts-devel @0.81.2.2 Portfile

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-devel
8version             0.81.2.2
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
21fetch.type          git
22git.url             git://github.com/spring/spring.git
23build.target        spring C-AIInterface Java-AIInterface AAI CppTestAI KAIK NullAI RAI NullJavaAI NullOOJavaAI
24destroot.target     install-spring
25
26
27depends_lib         port:libsdl-framework \
28                    port:boost \
29                    port:libdevil \
30                    port:tiff \
31                    port:libvorbis \
32                    port:python25 \
33                    port:glew \
34                    port:p7zip \
35                    port:mesa