diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-07-24 19:33:55 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-07-24 19:33:55 +0800 |
commit | 8e1d58931cc7c9e6c506742a92e6bac14b789666 (patch) | |
tree | 6c2ded7c305a43c6f991584d442ea0c3c9fc03d2 /games/freeciv-gtk2/Makefile | |
parent | d1f5b7b24b1230b404d48e7e581f1a53c9b1aa9c (diff) | |
download | freebsd-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/Makefile | 11 |
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 |