summaryrefslogtreecommitdiff
path: root/games/freeciv/Makefile
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-07-24 11:33:55 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-07-24 11:33:55 +0000
commit7b11a049c80e5f3935fc5f1e7f7b7ec6e1d0857f (patch)
treeda648905c1936c460419cfe94af978c83ca384e5 /games/freeciv/Makefile
parentFix build error caused by xforms upgrade. (diff)
Update to 1.11.4:
Internationalization extended. Full fog of war, nuclear fallout and more new goodies. Lots of user interface improvements. Lots of little bugfixes. Also, the distfile location has changed. Added a new mirror.
Notes
Notes: svn path=/head/; revision=30994
Diffstat (limited to 'games/freeciv/Makefile')
-rw-r--r--games/freeciv/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile
index bc8adb1b6004..49acd9875c20 100644
--- a/games/freeciv/Makefile
+++ b/games/freeciv/Makefile
@@ -6,10 +6,11 @@
#
PORTNAME= freeciv
-PORTVERSION= 1.10.0
+PORTVERSION= 1.11.4
CATEGORIES= games
-MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable_version/ \
- ftp://ftp.pvv.ntnu.no/pub/freeciv/stable_version/
+MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ \
+ ftp://ftp.netc.pt/pub/freeciv/stable/ \
+ ftp://ftp.pvv.ntnu.no/pub/freeciv/stable/
.if defined(WITH_GTK)
PKGNAMESUFFIX= -gtk
.endif
@@ -24,8 +25,8 @@ LIB_DEPENDS+= Imlib.5:${PORTSDIR}/graphics/imlib
USE_BZIP2= yes
GNU_CONFIGURE= yes
.if defined(WITH_GTK)
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+GLIB_CONFIG?= ${LOCALBASE}/bin/gtk12-config
+CONFIGURE_ENV= GTK_CONFIG="${GLIB_CONFIG}"
.else
CONFIGURE_ARGS= --disable-gtktest
.endif