summaryrefslogtreecommitdiff
path: root/games/freeciv/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-08 20:38:10 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-08 20:38:10 +0000
commita16020ed4ce2442d7dab3d1af9709862dc7f802f (patch)
treeea02219fede1d2af3fb3261e82986c257d6fe83a /games/freeciv/Makefile
parent- Add missing USE_XLIB (diff)
- Add LIB_DEPENDS to x11-toolkits/Xaw3d
- Handle imlib support more properly - Fix pkg-plist PR: 32616 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=51244
Diffstat (limited to 'games/freeciv/Makefile')
-rw-r--r--games/freeciv/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile
index e570f1eb792e..60806182d5db 100644
--- a/games/freeciv/Makefile
+++ b/games/freeciv/Makefile
@@ -7,27 +7,29 @@
PORTNAME= freeciv
PORTVERSION= 1.12.0
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ \
ftp://ftp.netc.pt/pub/freeciv/stable/ \
ftp://ftp.pvv.ntnu.no/pub/freeciv/stable/
-MAINTAINER= ports@freebsd.org
+MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
USE_XPM= yes
USE_BZIP2= yes
+WANT_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
-.if defined(WITH_GTK)
+.if defined(HAVE_GTK)
USE_IMLIB= yes
.else
-CONFIGURE_ARGS= --disable-gtktest
+LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
.endif
.include <bsd.port.post.mk>