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 | 8966fb10b93bb07f7c0a73520f02efb3428d47fe (patch) | |
tree | 7428c4cf372e9569f61a1b177c05043289c018ed /games/freeciv-client | |
parent | 20da8fe3fbcb005b94051220eb8764cfa73bd42c (diff) | |
download | pkgsrc-8966fb10b93bb07f7c0a73520f02efb3428d47fe.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-client')
-rw-r--r-- | games/freeciv-client/Makefile | 9 | ||||
-rw-r--r-- | games/freeciv-client/PLIST | 4 |
2 files changed, 5 insertions, 8 deletions
diff --git a/games/freeciv-client/Makefile b/games/freeciv-client/Makefile index 6dc7fc3bddf..9acb304f839 100644 --- a/games/freeciv-client/Makefile +++ b/games/freeciv-client/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2012/07/01 19:05:17 dholland Exp $ +# $NetBSD: Makefile,v 1.55 2012/07/31 15:49:37 prlw1 Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} -PKGREVISION= 11 COMMENT= Freeciv client PKG_DESTDIR_SUPPORT= user-destdir @@ -14,11 +13,7 @@ USE_TOOLS+= pkg-config CONFIGURE_ARGS+= --disable-make-data CONFIGURE_ARGS+= --disable-server -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" diff --git a/games/freeciv-client/PLIST b/games/freeciv-client/PLIST index bf2582efae6..6711b94c57f 100644 --- a/games/freeciv-client/PLIST +++ b/games/freeciv-client/PLIST @@ -1,3 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2010/06/21 07:53:14 spz Exp $ +@comment $NetBSD: PLIST,v 1.4 2012/07/31 15:49:37 prlw1 Exp $ bin/freeciv-gtk2 +bin/freeciv-modpack +share/applications/freeciv-modpack.desktop share/applications/freeciv.desktop |