2009-01-17 23:09:39 +01:00
|
|
|
# $NetBSD: options.mk,v 1.6 2009/01/17 22:09:39 shattered Exp $
|
2005-08-24 12:36:02 +02:00
|
|
|
|
2005-10-20 15:37:41 +02:00
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.freeciv-client
|
|
|
|
PKG_OPTIONS_REQUIRED_GROUPS= backend
|
2009-01-17 23:09:39 +01:00
|
|
|
PKG_OPTIONS_GROUP.backend= gtk2 xaw xaw3d sdl
|
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 17:39:13 +01:00
|
|
|
PKG_SUGGESTED_OPTIONS= gtk2
|
2005-08-24 12:36:02 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mgtk2)
|
|
|
|
CONFIGURE_ARGS+= --enable-client=gtk2
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mxaw)
|
|
|
|
CONFIGURE_ARGS+= --enable-client=xaw
|
|
|
|
.include "../../mk/xaw.buildlink3.mk"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mxaw3d)
|
|
|
|
CONFIGURE_ARGS+= --enable-client=xaw3d
|
|
|
|
.include "../../x11/Xaw3d/buildlink3.mk"
|
2009-01-17 23:09:39 +01:00
|
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
2005-08-24 12:36:02 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Msdl)
|
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 17:39:13 +01:00
|
|
|
CONFIGURE_ARGS+= --enable-client=sdl
|
|
|
|
#CONFIGURE_ARGS+= --enable-ftwl=sdl
|
2005-08-24 12:36:02 +02:00
|
|
|
.include "../../audio/SDL_mixer/buildlink3.mk"
|
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 17:39:13 +01:00
|
|
|
.include "../../graphics/SDL_image/buildlink3.mk"
|
2005-08-24 12:36:02 +02:00
|
|
|
.endif
|