1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/games/lordsawar/Makefile
Dmitry Marakasov b2bc2f009e - Resurrect games/lordsawar, unbreak, take maintainership
A turn-based strategy game where up to 8 players strive for control
of as many cities as possible. Produce new armies in cities to
conquer nearby cities. Using the income from those cities, make
more armies to take more cities. Send a hero to a temple to get a
quest, or maybe search a nearby ruin instead. Play with others or
against the computer.

WWW: http://www.nongnu.org/lordsawar/
2017-12-01 13:29:44 +00:00

27 lines
522 B
Makefile

# $FreeBSD$
PORTNAME= lordsawar
PORTVERSION= 0.3.1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SAVANNAH
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Warlords II clone
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c++11-lib gettext gmake libarchive pkgconfig shebangfix
USE_GNOME= gtkmm30 intltool libxslt
USE_GSTREAMER= mm
USE_CXXSTD= c++11
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
SHEBANG_FILES= create-lw-file
bash_CMD= /bin/sh
BROKEN_aarch64= Fails to build: runaway process
.include <bsd.port.mk>