pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/freeciv-client-gtk2 Introducin GTK2+ interface t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a6a431fb8a9
branches:  trunk
changeset: 470025:6a6a431fb8a9
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Mar 05 12:15:26 2004 +0000

description:
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:

 games/freeciv-client-gtk2/DESCR    |   9 +++++++++
 games/freeciv-client-gtk2/Makefile |  27 +++++++++++++++++++++++++++
 games/freeciv-client-gtk2/PLIST    |   2 ++
 3 files changed, 38 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 85948a7f7ab5 -r 6a6a431fb8a9 games/freeciv-client-gtk2/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/freeciv-client-gtk2/DESCR   Fri Mar 05 12:15:26 2004 +0000
@@ -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 -r 85948a7f7ab5 -r 6a6a431fb8a9 games/freeciv-client-gtk2/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/freeciv-client-gtk2/Makefile        Fri Mar 05 12:15:26 2004 +0000
@@ -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 -r 85948a7f7ab5 -r 6a6a431fb8a9 games/freeciv-client-gtk2/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/freeciv-client-gtk2/PLIST   Fri Mar 05 12:15:26 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/05 12:15:26 adam Exp $
+bin/civclient-gtk2



Home | Main Index | Thread Index | Old Index