- Update to 0.3.5
- Update pkg-plist
- Add missing PKGNAMEPREFIX
- Enable STAGE support
- Switch BUILD_DEPENDS from swig13 to swig20
- Add LICENSE (LGPL21)
- Replace USE_SCONS / SCONS_* with USES=scons
- Re-order USE_* section
- Patch and backport Sconscript changes to:
a) Silence addition warnings [1]
b) Set SWIG includes and outdir that are not being honoured by
scons at the moment
This commit combined with that from ports/185684 fixes building on 10.0+.
[1] https://github.com/fifengine/fifengine/issues/792
PR: ports/182433
Approved by: Green Dog <fiziologus@gmail.com> (maintainer, via email)
MFH: 2014Q1
bindings. It's designed to be flexible enough to support a wide variety of
2D game types but specializes in 2D isometric type views.
WWW: http://www.fifengine.net/
PR: ports/168231
Submitted by: GreenDog <fiziologus@gmail.com>