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: Portfile 82708 2012-11-15 00:00:01Z brad.clemetson@codeprogrammers.net $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | |
---|
7 | name stratagus-devel |
---|
8 | categories games |
---|
9 | license GPL |
---|
10 | platforms darwin |
---|
11 | maintainers codeprogrammers.net:brad.clemetson |
---|
12 | description Stratagus is a free cross-platform real-time strategy gaming engine. |
---|
13 | long_description Stratagus is a free cross-platform real-time strategy gaming engine. \ |
---|
14 | It includes support for playing over Internet/LAN, or playing vs. computer \ |
---|
15 | opponents. The engine is configurable and can be used to create games with a \ |
---|
16 | wide-range of features specific to your needs. |
---|
17 | homepage https://launchpad.net/stratagus |
---|
18 | |
---|
19 | |
---|
20 | depends_lib-append port:lua port:toluapp port:libpng port:libsdl \ |
---|
21 | port:zlib port:bzip2 port:libmikmod port:libmng \ |
---|
22 | port:libogg port:libtheora port:sqlite3 |
---|
23 | |
---|
24 | fetch.type bzr |
---|
25 | bzr.url lp:stratagus |
---|
26 | |
---|
27 | configure.dir ${worksrcpath}/build |
---|
28 | build.dir ${configure.dir} |
---|
29 | |
---|
30 | post-extract { |
---|
31 | xinstall -d ${build.dir} |
---|
32 | } |
---|
33 | |
---|
34 | configure.post_args .. |
---|
35 | configure.args \ |
---|
36 | -DGAMEDIR=${prefix}/bin |
---|