http://www.wesnoth.org/

http://downloads.sourceforge.net/wesnoth/wesnoth-1.8.5.tar.bz2

Required: boost, SDL_net

mkdir build &&
cd build &&
cmake -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_INSTALL_PREFIX=/pub/local/games/wesnoth -DENABLE_STRICT_COMPILATION=OFF .. &&
make
make install