3D turn-based fantasy strategic game Maintained by:acm@FreeBSD.org Port Added: 07 Oct 2007 15:30:25
Theme of the game 8 Kingdoms is inspirated by the world of fantasy. Players
play on a fully 3D hex map. They construct buildings, recruit units including
infantry, mounted units, mages, catapults and finally they attack enemy or
help allies. Units gain experiences during the battle, each unit can get some
abilities upgraded to be stronger.
Data are stored in XML and freely accessible from language versions to units
attributes, moreover map editor with random map generator is included for
comfortable map editing.
WWW: http://kralovstvi.sourceforge.net/
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above )
- New port: games/8kingdoms
Theme of the game 8 Kingdoms is inspirated by the world of fantasy. Players
play on a fully 3D hex map. They construct buildings, recruit units including
infantry, mounted units, mages, catapults and finally they attack enemy or
help allies. Units gain experiences during the battle, each unit can get some
abilities upgraded to be stronger.
Data are stored in XML and freely accessible from language versions to units
attributes, moreover map editor with random map generator is included for
comfortable map editing.
WWW: http://kralovstvi.sourceforge.net/