summaryrefslogtreecommitdiff
path: root/games/freeciv-share/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-08-15 19:50:30 +0000
committerjlam <jlam@pkgsrc.org>2001-08-15 19:50:30 +0000
commit77e6e8af922cb9c9e2c9726b694b80d942ab5c85 (patch)
treedd782a6d62cd33961cb1af388a3fc510ba4f9daa /games/freeciv-share/Makefile.common
parent7ecd0837a762f93021f95f8dd03f54763340523a (diff)
downloadpkgsrc-77e6e8af922cb9c9e2c9726b694b80d942ab5c85.tar.gz
Update freeciv-share, freeciv-server, freeciv-client, and freeciv-client-gtk
to 1.12.0. Major changes from version 1.11.4 include: - Big fixes, of course. - Better compatibility with Civilization II. - Better internationalization. - Prettier graphics/tiles. - More maps. - Players can agree to give shared vision, which means that you automatically see everything the other player sees.
Diffstat (limited to 'games/freeciv-share/Makefile.common')
-rw-r--r--games/freeciv-share/Makefile.common12
1 files changed, 6 insertions, 6 deletions
diff --git a/games/freeciv-share/Makefile.common b/games/freeciv-share/Makefile.common
index d7f1e2cd655..477dd4311fc 100644
--- a/games/freeciv-share/Makefile.common
+++ b/games/freeciv-share/Makefile.common
@@ -1,21 +1,21 @@
-# $NetBSD: Makefile.common,v 1.9 2001/06/21 05:06:17 jlam Exp $
+# $NetBSD: Makefile.common,v 1.10 2001/08/15 19:50:31 jlam Exp $
DISTNAME= freeciv-${FC_VERS}
-FC_VERS= 1.11.4
+FC_VERS= 1.12.0
CATEGORIES= games
MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ \
- http://www.freeciv.org/ftp/stable/
+ http://www.freeciv.org/ftp/stable/ \
+ ftp://ftp.freeciv.org/pub/freeciv/beta/ \
+ http://www.freeciv.org/ftp/beta/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.freeciv.org/
BUILD_USES_MSGFMT= # defined
+GNU_CONFIGURE= # defined
DISTINFO_FILE= ${.CURDIR}/../../games/freeciv-share/distinfo
PATCHDIR= ${.CURDIR}/../../games/freeciv-share/patches
-GNU_CONFIGURE= # defined
-#USE_LIBINTL= # defined
-
.include "../../devel/gettext-lib/buildlink.mk"