summaryrefslogtreecommitdiff
path: root/games/freeciv-client
diff options
context:
space:
mode:
authoradam <adam>2004-03-05 12:06:38 +0000
committeradam <adam>2004-03-05 12:06:38 +0000
commit3f41cd4b467655b07ed91e5bc670f2aa4a0cfa53 (patch)
tree2573e973b9ccaa1e70103afd372bd80a4522683b /games/freeciv-client
parent79045ae6fa9f39e093c1d2e86ad9ce32e8f46e35 (diff)
downloadpkgsrc-3f41cd4b467655b07ed91e5bc670f2aa4a0cfa53.tar.gz
Changes 1.14.1:
- The GTK+-2.0 client is now built by default. - Lots of improvements to the GTK+-2.0 client. - The GTK+-2.0 client should now compile for Win32. - Teams are supported. - Civserver now works on UTF-8 locales. - Lots of bug fixes.
Diffstat (limited to 'games/freeciv-client')
-rw-r--r--games/freeciv-client/Makefile23
1 files changed, 11 insertions, 12 deletions
diff --git a/games/freeciv-client/Makefile b/games/freeciv-client/Makefile
index 1f64c9c8ab6..76cebc4e1ff 100644
--- a/games/freeciv-client/Makefile
+++ b/games/freeciv-client/Makefile
@@ -1,22 +1,21 @@
-# $NetBSD: Makefile,v 1.17 2003/07/13 17:42:38 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2004/03/05 12:07:51 adam Exp $
-PKGNAME= ${DISTNAME:S/-/-client-/}
-COMMENT= Freeciv client with Xaw interface
+PKGNAME= ${DISTNAME:S/-/-client-/}
+COMMENT= Freeciv client with Xaw interface
-DEPENDS+= freeciv-share>=${FC_VERS}:../../games/freeciv-share
-DEPENDS+= freeciv-sounds>=2.0:../../games/freeciv-sounds
+DEPENDS+= freeciv-share>=${FC_VERS}:../../games/freeciv-share
+DEPENDS+= freeciv-sounds>=2.0:../../games/freeciv-sounds
-CONFLICTS= freeciv-client-gtk<=1.11.4
+CONFLICTS= freeciv-client-gtk<=1.11.4
-.include "../../mk/bsd.prefs.mk"
-
-USE_BUILDLINK2= # defined
-USE_X11= # defined
+USE_BUILDLINK2= yes
+USE_X11= yes
-CONFIGURE_ARGS+= --disable-server
-CONFIGURE_ARGS+= --disable-make-data
+CONFIGURE_ARGS+= --disable-server --disable-make-data
CONFIGURE_ARGS+= --enable-client=xaw
+.include "../../mk/bsd.prefs.mk"
+
.if defined(XAW_TYPE) && (${XAW_TYPE} == "3d" || ${XAW_TYPE} == "xpm")
CONFIGURE_ARGS+= --with-xaw3d
.endif