aboutsummaryrefslogtreecommitdiffstats
path: root/games/freeciv-gtk2/Makefile
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-07-24 19:33:55 +0800
committersheldonh <sheldonh@FreeBSD.org>2000-07-24 19:33:55 +0800
commit8e1d58931cc7c9e6c506742a92e6bac14b789666 (patch)
tree6c2ded7c305a43c6f991584d442ea0c3c9fc03d2 /games/freeciv-gtk2/Makefile
parentd1f5b7b24b1230b404d48e7e581f1a53c9b1aa9c (diff)
downloadfreebsd-ports-gnome-8e1d58931cc7c9e6c506742a92e6bac14b789666.tar.gz
freebsd-ports-gnome-8e1d58931cc7c9e6c506742a92e6bac14b789666.tar.zst
freebsd-ports-gnome-8e1d58931cc7c9e6c506742a92e6bac14b789666.zip
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.
Diffstat (limited to 'games/freeciv-gtk2/Makefile')
-rw-r--r--games/freeciv-gtk2/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/games/freeciv-gtk2/Makefile b/games/freeciv-gtk2/Makefile
index bc8adb1b6004..49acd9875c20 100644
--- a/games/freeciv-gtk2/Makefile
+++ b/games/freeciv-gtk2/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