diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-15 19:50:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-15 19:50:30 +0000 |
commit | 77e6e8af922cb9c9e2c9726b694b80d942ab5c85 (patch) | |
tree | dd782a6d62cd33961cb1af388a3fc510ba4f9daa /games/freeciv-client/Makefile | |
parent | 7ecd0837a762f93021f95f8dd03f54763340523a (diff) | |
download | pkgsrc-77e6e8af922cb9c9e2c9726b694b80d942ab5c85.tar.gz |
Update freeciv-share, freeciv-server, freeciv-client, and freeciv-client-gtk
to 1.12.0. Major changes from version 1.11.4 include:
- Big fixes, of course.
- Better compatibility with Civilization II.
- Better internationalization.
- Prettier graphics/tiles.
- More maps.
- Players can agree to give shared vision, which means that you
automatically see everything the other player sees.
Diffstat (limited to 'games/freeciv-client/Makefile')
-rw-r--r-- | games/freeciv-client/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/freeciv-client/Makefile b/games/freeciv-client/Makefile index 4324a3a970d..a58febb65f3 100644 --- a/games/freeciv-client/Makefile +++ b/games/freeciv-client/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/06/21 05:06:15 jlam Exp $ - -.include "../../games/freeciv-share/Makefile.common" +# $NetBSD: Makefile,v 1.10 2001/08/15 19:50:30 jlam Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} COMMENT= Freeciv client with Xaw interface @@ -20,11 +18,14 @@ CONFIGURE_ARGS+= --disable-server CONFIGURE_ARGS+= --disable-make-data CONFIGURE_ARGS+= --enable-client=xaw +XAW_TYPE=3d + .if defined(XAW_TYPE) && (${XAW_TYPE} == "3d") -.include "../../x11/Xaw3d/buildlink.mk" CONFIGURE_ARGS+= --with-xaw3d .endif +.include "../freeciv-share/Makefile.common" + do-install: cd ${WRKSRC}/client; ${SETENV} ${MAKE_ENV} \ ${MAKE_PROGRAM} ${MAKE_FLAGS} ${INSTALL_TARGET} |