Revision: 100385 https://trac.macports.org/changeset/100385 Author: ryandesign@macports.org Date: 2012-12-10 02:37:39 -0800 (Mon, 10 Dec 2012) Log Message: ----------- boswars: license GPL-2+; license_noconflict scons; use system -W; use full scons path just in case; add modeline Modified Paths: -------------- trunk/dports/games/boswars/Portfile Modified: trunk/dports/games/boswars/Portfile =================================================================== --- trunk/dports/games/boswars/Portfile 2012-12-10 10:29:59 UTC (rev 100384) +++ trunk/dports/games/boswars/Portfile 2012-12-10 10:37:39 UTC (rev 100385) @@ -1,3 +1,4 @@ +# -*- 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 # $Id$ PortSystem 1.0 @@ -8,6 +9,8 @@ categories games platforms darwin maintainers nomaintainer +license GPL-2+ + description Bos Wars is a futuristic real time strategy game. long_description Bos Wars is a futuristic real time strategy game (RTS). \ Bos Wars has a dynamic rate based economy. Energy is \ @@ -35,6 +38,8 @@ port:lua \ port:zlib +license_noconflict scons + patchfiles patch-SConstruct.diff \ patch-build_options.py.diff \ patch-engine_video_graphic.cpp.diff @@ -44,8 +49,7 @@ } build { - # Use scons to build boswars. - system "cd ${worksrcpath}; scons debug" + system -W ${worksrcpath} "${prefix}/bin/scons debug" } destroot {
participants (1)
-
ryandesign@macports.org