summaryrefslogtreecommitdiff
path: root/games/freeciv-share/Makefile.common
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2012-07-31 15:49:37 +0000
committerprlw1 <prlw1@pkgsrc.org>2012-07-31 15:49:37 +0000
commit8966fb10b93bb07f7c0a73520f02efb3428d47fe (patch)
tree7428c4cf372e9569f61a1b177c05043289c018ed /games/freeciv-share/Makefile.common
parent20da8fe3fbcb005b94051220eb8764cfa73bd42c (diff)
downloadpkgsrc-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-share/Makefile.common')
-rw-r--r--games/freeciv-share/Makefile.common7
1 files changed, 5 insertions, 2 deletions
diff --git a/games/freeciv-share/Makefile.common b/games/freeciv-share/Makefile.common
index e8904dad83c..7e9ba12969c 100644
--- a/games/freeciv-share/Makefile.common
+++ b/games/freeciv-share/Makefile.common
@@ -1,22 +1,25 @@
-# $NetBSD: Makefile.common,v 1.38 2010/09/11 14:19:56 adam Exp $
+# $NetBSD: Makefile.common,v 1.39 2012/07/31 15:49:37 prlw1 Exp $
# used by games/freeciv-share/Makefile
# used by games/freeciv-client/Makefile
# used by games/freeciv-server/Makefile
DISTNAME= freeciv-${FC_VERS}
-FC_VERS= 2.2.2
+FC_VERS= 2.3.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freeciv/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.freeciv.org/
+LICENSE= gnu-gpl-v2
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake msgfmt pkg-config
USE_LANGUAGES+= c c++
GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
DISTINFO_FILE= ${.CURDIR}/../../games/freeciv-share/distinfo
PATCHDIR= ${.CURDIR}/../../games/freeciv-share/patches