74aab037a4
* Prevent server crash during explore. * Improve client robustness and error logging. * More GTK2 client support for saving server settings, add buttons on dialogs. * Updated sentence fragments, plurals, text, and translations; specifically Catalan, Czech, Estonian, Finnish, German, Lithuanian, Russian, Swedish, and Turkish.
24 lines
672 B
Makefile
24 lines
672 B
Makefile
# $NetBSD: Makefile,v 1.27 2008/04/06 08:13:32 adam Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-server-/}
|
|
COMMENT= Freeciv game server
|
|
|
|
DEPENDS+= freeciv-share>=${FC_VERS}:../../games/freeciv-share
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
#MAKE_JOBS_SAFE= no
|
|
|
|
USE_GNU_READLINE= yes
|
|
CONFIGURE_ARGS+= --disable-make-data
|
|
CONFIGURE_ARGS+= --enable-client=no
|
|
CONFIGURE_ARGS+= --with-readline
|
|
|
|
# Uses rl_filename_completion_function() which was introduced in readline-4.2
|
|
BUILDLINK_API_DEPENDS.readline+= readline>=4.2
|
|
|
|
.include "../../games/freeciv-share/Makefile.common"
|
|
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|