28e3ce3812
- Simplification of pubserver authentication system, and other pubserver-related changes. - Fix problems with some strings in some languages on windows. - Fix a potential desynchronization bug when establishing connections. - Fix a potential crash when reading packets (CVE-2006-0047). - Fix some bugs allowing illegal rehoming of units. - Allow loading of savegames created by Freeciv 2.1. - Allow client goto into unknown tiles. - Fix a set of crashes likely to happen with the XAW client on 64-bit systems. - Fix a bug that allowed unlimited incoming airlifts.
21 lines
634 B
Makefile
21 lines
634 B
Makefile
# $NetBSD: Makefile,v 1.23 2006/04/15 09:30:46 adam Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-server-/}
|
|
COMMENT= Freeciv game server
|
|
|
|
DEPENDS+= freeciv-share>=${FC_VERS}:../../games/freeciv-share
|
|
|
|
USE_GNU_READLINE= yes
|
|
CONFIGURE_ARGS+= --disable-make-data
|
|
CONFIGURE_ARGS+= --enable-client=no
|
|
CONFIGURE_ARGS+= --with-readline
|
|
LIBS+= -ltermcap
|
|
|
|
# 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"
|