diff options
-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 |