pkgsrc/games/freeciv-client/Makefile
adam 06c81733a1 Changes 2.1.2:
* Improved support for GGZ Gaming Zone.
* Fix support for Leave and Load in the same client session.
* Add GTK2 client support for saving server settings.
* Add realistic terrain requirements for three default wonders, as well a number
  of missing ones to civ1 and civ2.
* Improve startup speed, reducing duplicate internal messages sent.
* Updated GTK2 hotkeys, menus, text, and translations, especially Catalan,
  Finnish, Korean, Lithuanian, Turkish, and Ukrainian.
2008-01-06 16:39:13 +00:00

24 lines
640 B
Makefile

# $NetBSD: Makefile,v 1.34 2008/01/06 16:39:13 adam Exp $
PKGNAME= ${DISTNAME:S/-/-client-/}
COMMENT= Freeciv client
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= freeciv-share>=${FC_VERS}:../../games/freeciv-share
CONFLICTS= freeciv-client-gtk<=1.11.4
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --disable-make-data
CONFIGURE_ARGS+= --disable-server
.include "../../games/freeciv-share/Makefile.common"
.include "options.mk"
.include "../../audio/esound/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"