diff options
author | adam <adam@pkgsrc.org> | 2004-03-05 12:15:26 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-03-05 12:15:26 +0000 |
commit | f99ff2f3f074cbb4fdf6d32361c8523ab3851f99 (patch) | |
tree | 447cad8faa9d7ef6e1008273ee3cfb799cd7963e /games | |
parent | eb35cd21ad956ea9ac0af451de1b78e077dbe122 (diff) | |
download | pkgsrc-f99ff2f3f074cbb4fdf6d32361c8523ab3851f99.tar.gz |
Introducin GTK2+ interface to FreeCiv
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')
-rw-r--r-- | games/freeciv-client-gtk2/DESCR | 9 | ||||
-rw-r--r-- | games/freeciv-client-gtk2/Makefile | 27 | ||||
-rw-r--r-- | games/freeciv-client-gtk2/PLIST | 2 |
3 files changed, 38 insertions, 0 deletions
diff --git a/games/freeciv-client-gtk2/DESCR b/games/freeciv-client-gtk2/DESCR new file mode 100644 index 00000000000..e6fcc50366b --- /dev/null +++ b/games/freeciv-client-gtk2/DESCR @@ -0,0 +1,9 @@ +This archive contains Freeciv, a free Civilization clone for Unix and X. +This version only allows multiplayer games, and limited support for AI +players. + +You should check out the home page, as it contains much more information +than this file and the online help. This is also where we'll inform people +about new releases/bugs/fixes/competitions, etc. + +This package contains the Freeciv client with GTK2+ interface. diff --git a/games/freeciv-client-gtk2/Makefile b/games/freeciv-client-gtk2/Makefile new file mode 100644 index 00000000000..fa808d94435 --- /dev/null +++ b/games/freeciv-client-gtk2/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/03/05 12:15:26 adam Exp $ + +PKGNAME= ${DISTNAME:S/-/-client-gtk2-/} +COMMENT= Freeciv client with GTK+ interface + +DEPENDS+= freeciv-share>=${FC_VERS}:../../games/freeciv-share +DEPENDS+= freeciv-sounds>=2.0:../../games/freeciv-sounds + +USE_BUILDLINK2= yes +USE_X11= yes + +CONFIGURE_ARGS+= --disable-server --disable-make-data +CONFIGURE_ARGS+= --enable-client=gtk2 +CONFIGURE_ARGS+= --program-transform-name="s,civclient,civclient-gtk2," + +.include "../freeciv-share/Makefile.common" + +do-install: + cd ${WRKSRC}/client; ${SETENV} ${MAKE_ENV} \ + ${MAKE_PROGRAM} ${MAKE_FLAGS} ${INSTALL_TARGET} + +.include "../../audio/esound/buildlink2.mk" +.include "../../devel/zlib/buildlink2.mk" +.include "../../graphics/imlib/buildlink2.mk" +.include "../../x11/gtk2/buildlink2.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/games/freeciv-client-gtk2/PLIST b/games/freeciv-client-gtk2/PLIST new file mode 100644 index 00000000000..0693c7d1349 --- /dev/null +++ b/games/freeciv-client-gtk2/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/05 12:15:26 adam Exp $ +bin/civclient-gtk2 |