summaryrefslogtreecommitdiff
path: root/games/freeciv/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-07-10 20:12:06 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-07-10 20:12:06 +0000
commitec84256093b2b34702301a0dc7f99814f2e1eac0 (patch)
tree1a1a31ebe9857caf5d2f920c534be0bd9093931c /games/freeciv/Makefile
parentSome portlints. (diff)
Update to 1.8.1.
Notes
Notes: svn path=/head/; revision=20149
Diffstat (limited to 'games/freeciv/Makefile')
-rw-r--r--games/freeciv/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile
index 05f2bc6c6fb1..5b345996ba02 100644
--- a/games/freeciv/Makefile
+++ b/games/freeciv/Makefile
@@ -1,21 +1,24 @@
# New ports collection makefile for: freeciv
-# Version required: 1.8.0
+# Version required: 1.8.1
# Date created: Jun 20 1997
# Whom: ada@bsd.org
#
-# $Id: Makefile,v 1.20 1999/05/01 03:11:05 steve Exp $
+# $Id: Makefile,v 1.21 1999/06/20 01:21:00 cpiazza Exp $
#
-DISTNAME= freeciv-1.8.0
+DISTNAME= freeciv-1.8.1
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
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
+ Imlib.4:${PORTSDIR}/graphics/imlib
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_BZIP2= yes
GNU_CONFIGURE= yes
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
.include <bsd.port.mk>