pkgsrc/games/freeciv-share/Makefile.common
adam f3ffcfaeac Changes 2.2.2:
* Fixed crash bugs.
* GTK2 client - improved city dialog.
* GTK2 client - made interface more usable on netbook class displays.
* GTK2 client - improved city bar.
* Fixed bug where two bases could not be built on the same tile on the same
  turn.
* Allowed settler and worker units in custom rulesets to become veterans.
* Fixed bug where an editor window was displayed on startup.
* Fixed bug where settler/worker progress was lost upon loading a saved game.
* Fixed bug where the effect of the Great Wall wonder was not limited to units
  in cities.
* Added current city size to "needs an improvement to grow further" messages.
* Removed outdated and unused debian watch file.
* Changed name prefix of savefiles from civgame to freeciv.
* Added deep ocean graphics to some bundled tilesets.
* Updated translations: Ukrainian, Catalan, French, British English, Swedish,
  Spanish, Italian
2010-09-11 14:19:56 +00:00

39 lines
1.3 KiB
Text

# $NetBSD: Makefile.common,v 1.38 2010/09/11 14:19:56 adam Exp $
# used by games/freeciv-share/Makefile
# used by games/freeciv-client/Makefile
# used by games/freeciv-server/Makefile
DISTNAME= freeciv-${FC_VERS}
FC_VERS= 2.2.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freeciv/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.freeciv.org/
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake msgfmt pkg-config
USE_LANGUAGES+= c c++
GNU_CONFIGURE= yes
DISTINFO_FILE= ${.CURDIR}/../../games/freeciv-share/distinfo
PATCHDIR= ${.CURDIR}/../../games/freeciv-share/patches
PYTHON_PATCH_SCRIPTS= ${WRKSRC}/common/generate_packets.py
SUBST_CLASSES+= data
SUBST_STAGE.data= post-patch
SUBST_FILES.data= data/Makefile.in
SUBST_SED.data+= -e "s|@CLIENT_FALSE@|@MAKE_DATA_FALSE@|g"
SUBST_SED.data+= -e "s|@CLIENT_TRUE@|@MAKE_DATA_TRUE@|g"
SUBST_SED.data+= -e "s|@SERVER_FALSE@|@MAKE_DATA_FALSE@|g"
SUBST_SED.data+= -e "s|@SERVER_TRUE@|@MAKE_DATA_TRUE@|g"
SUBST_SED.data+= -e "s|@CLIENT_GUI_XAW_TRUE@||g"
SUBST_SED.data+= -e "s|@CLIENT_GUI_GTK_2_0_TRUE@||g"
SUBST_MESSAGE.data= Fixing installation of data files.
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/python/application.mk"