Ticket #37430: Portfile

File Portfile, 1.3 KB (added by bradc6 (Bradley Clemetson), 11 years ago)

Revised 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: Portfile 82708 2012-11-15 00:00:01Z brad.clemetson@codeprogrammers.net $
3
4PortSystem  1.0
5PortGroup   cmake 1.0
6
7name                stratagus-devel
8categories          games
9license              GPL
10platforms           darwin
11maintainers         codeprogrammers.net:brad.clemetson
12description         Stratagus is a free cross-platform real-time strategy gaming engine.
13long_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.
17homepage            https://launchpad.net/stratagus
18
19
20depends_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
24fetch.type      bzr
25bzr.url lp:stratagus
26
27configure.dir   ${worksrcpath}/build
28build.dir       ${configure.dir}
29
30post-extract {
31    xinstall -d ${build.dir}
32}
33
34configure.post_args ..
35configure.args \
36    -DGAMEDIR=${prefix}/bin