diff options
author | prlw1 <prlw1@pkgsrc.org> | 2012-07-31 15:49:37 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2012-07-31 15:49:37 +0000 |
commit | dceeec0e2466dc75e8a60e706276c40aa7fab5b7 (patch) | |
tree | 7428c4cf372e9569f61a1b177c05043289c018ed /games/freeciv-server | |
parent | 8d459c20aaa00ac3bff1fcf9846f6d4494ac63fe (diff) | |
download | pkgsrc-dceeec0e2466dc75e8a60e706276c40aa7fab5b7.tar.gz |
Update freeciv to 2.3.2
There are many many changes since 2.2 including:
A new program has been added to the Freeciv suite: 'freeciv-modpack'.
This makes it easier to download and install add-ons ('modpacks':
rulesets, tilesets, etc) to the right place; you can enter a URL,
choose an add-on from the list, and the tool will install it to the
correct place for this version of Freeciv to use it.
See http://freeciv.wikia.com/wiki/NEWS
We also include a security fix.
Diffstat (limited to 'games/freeciv-server')
-rw-r--r-- | games/freeciv-server/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games/freeciv-server/Makefile b/games/freeciv-server/Makefile index 3046ceb3d2f..81d7418caf2 100644 --- a/games/freeciv-server/Makefile +++ b/games/freeciv-server/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2012/07/01 19:05:17 dholland Exp $ +# $NetBSD: Makefile,v 1.37 2012/07/31 15:49:37 prlw1 Exp $ PKGNAME= ${DISTNAME:S/-/-server-/} -PKGREVISION= 4 COMMENT= Freeciv game server DEPENDS+= freeciv-share>=${FC_VERS}:../../games/freeciv-share @@ -13,16 +12,13 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_GNU_READLINE= yes CONFIGURE_ARGS+= --disable-make-data CONFIGURE_ARGS+= --enable-client=no +CONFIGURE_ARGS+= --disable-gtktest CONFIGURE_ARGS+= --with-readline # Uses rl_filename_completion_function() which was introduced in readline-4.2 BUILDLINK_API_DEPENDS.readline+= readline>=4.2 -SUBST_CLASSES+= installfix -SUBST_STAGE.installfix= post-patch -SUBST_FILES.installfix= common/Makefile.in -SUBST_SED.installfix+= -e 's|^install-exec-am: install-libLTLIBRARIES|install-exec-am: \# install-libLTLIBRARIES|' -SUBST_MESSAGE.installfix= Suppressing installation of libs already in freeciv-share. +.include "../../games/freeciv-share/suppress_installation.mk" .include "../../games/freeciv-share/Makefile.common" |