diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-09-28 17:23:29 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-09-28 17:23:29 +0000 |
commit | 675fc8988bca23b9abf10107380a364748f5ba36 (patch) | |
tree | 35bb4fabbfc523792e92219c5fb74c1c6af7a256 /games/freeciv | |
parent | 2fa66df083c22b20e029103da84590f5ca5dbd19 (diff) | |
download | ports-675fc8988bca23b9abf10107380a364748f5ba36.tar.gz ports-675fc8988bca23b9abf10107380a364748f5ba36.zip |
Notes
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 |