diff options
author | sheldonh <sheldonh@FreeBSD.org> | 1999-09-29 01:23:29 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 1999-09-29 01:23:29 +0800 |
commit | 9743557cc1500c1d0be507f7d33f9db810774e9f (patch) | |
tree | 2e2dde6d70c7a39749d8dfd536c6d5865da3226d /games/freeciv | |
parent | ed70cdd06939b2426b3b49c0df1e2a2131f78117 (diff) | |
download | freebsd-ports-gnome-9743557cc1500c1d0be507f7d33f9db810774e9f.tar.gz freebsd-ports-gnome-9743557cc1500c1d0be507f7d33f9db810774e9f.tar.zst freebsd-ports-gnome-9743557cc1500c1d0be507f7d33f9db810774e9f.zip |
Update to FreeCiv v1.8.3, featuring paratroopers and airbases.
While I'm in here, bring in a knob for using the gtk-based UI
instead of the default Xaw-based one.
Reviewed by: cpiazza
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/Makefile | 14 | ||||
-rw-r--r-- | games/freeciv/distinfo | 2 |
2 files changed, 14 insertions, 2 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 592dd52efd87..6de9a0ae2665 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -6,17 +6,29 @@ # $FreeBSD$ # -DISTNAME= freeciv-1.8.1 +DISTNAME= freeciv-1.8.3 CATEGORIES= games MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable_version/ \ http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ MAINTAINER= ada@bsd.org +# If USE_GTK is defined, freeciv will be built with a prettier look and +# feel: +#USE_GTK= yes + LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +.if defined(USE_GTK) +LIB_DEPENDS+= Imlib.4:${PORTSDIR}/graphics/imlib +.endif USE_BZIP2= yes GNU_CONFIGURE= yes +.if defined(USE_GTK) +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +.else CONFIGURE_ARGS= --disable-gtktest +.endif .include <bsd.port.mk> diff --git a/games/freeciv/distinfo b/games/freeciv/distinfo index 3e2f995f59e4..cbcd87384453 100644 --- a/games/freeciv/distinfo +++ b/games/freeciv/distinfo @@ -1 +1 @@ -MD5 (freeciv-1.8.1.tar.bz2) = c44a75d64a6cd0bbeb0261accc64e38b +MD5 (freeciv-1.8.3.tar.bz2) = 3ab4ad0175c8edebf86ac439e9d4cb5a |