23 lines
654 B
Makefile
23 lines
654 B
Makefile
# $NetBSD: Makefile,v 1.24 2007/04/16 15:31:44 gdt Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-server-/}
|
|
COMMENT= Freeciv game server
|
|
|
|
DEPENDS+= freeciv-share>=${FC_VERS}:../../games/freeciv-share
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
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"
|