Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -4,19 +4,19 @@ features hardware-accelerated 2D graphics, integrated GUI, audio support, \
lighting, map editor supporting top-down and isometric maps, pathfinding, \
virtual filesystem and more!"
HOMEPAGE="http://www.fifengine.net/"
SOURCE_URI="https://github.com/fifengine/fifengine/archive/50d2f7cf9a5d5433102c32851e587e3e9142d2e0.tar.gz"
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2003-2015 FIFE"
CHECKSUM_SHA256="5ed17fff9b9892ad4b6ef0500b314b4428c8c60dd2cf50669a62527923cfb519"
LICENSE="GNU LGPL v2.1"
REVISION="1"
ARCHITECTURES="x86 x86_64"
SOURCE_URI="https://github.com/fifengine/fifengine/archive/50d2f7cf9a5d5433102c32851e587e3e9142d2e0.tar.gz"
CHECKSUM_SHA256="5ed17fff9b9892ad4b6ef0500b314b4428c8c60dd2cf50669a62527923cfb519"
SOURCE_DIR="fifengine-50d2f7cf9a5d5433102c32851e587e3e9142d2e0"
PATCHES="fife-$portVersion.patchset"
ARCHITECTURES="x86 x86_64"
PROVIDES="
fife = $portVersion
"
REQUIRES="
haiku
python
@@ -35,13 +35,6 @@ REQUIRES="
lib:libz
"
BUILD_PREREQUIRES="
haiku_devel
cmd:gcc
cmd:scons
cmd:swig
"
BUILD_REQUIRES="
devel:libboost_filesystem
devel:libboost_regex
@@ -57,6 +50,12 @@ BUILD_REQUIRES="
devel:libvorbisfile
devel:libz
"
BUILD_PREREQUIRES="
haiku_devel
cmd:gcc
cmd:scons
cmd:swig
"
BUILD()
{