diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/freeciv-client-gtk/Makefile | 20 | ||||
-rw-r--r-- | games/freeciv-client-gtk/pkg/COMMENT | 1 | ||||
-rw-r--r-- | games/freeciv-client-gtk/pkg/DESCR | 9 | ||||
-rw-r--r-- | games/freeciv-client-gtk/pkg/PLIST | 2 |
4 files changed, 32 insertions, 0 deletions
diff --git a/games/freeciv-client-gtk/Makefile b/games/freeciv-client-gtk/Makefile new file mode 100644 index 00000000000..73afc3e1d97 --- /dev/null +++ b/games/freeciv-client-gtk/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/03/28 00:35:49 jlam Exp $ + +PKGNAME= ${DISTNAME:S/-/-client-gtk-/} + +DEPENDS+= freeciv-share-1.10.0:../../games/freeciv-share +DEPENDS+= gtk+-1.2.*:../../x11/gtk +DEPENDS+= imlib-*:../../graphics/imlib + +CONFLICTS= freeciv-client-[0-9]* + +USE_X11= # defined + +CONFIGURE_ARGS+= --disable-server --disable-make-data +CONFIGURE_ARGS+= --enable-client=gtk + +do-install: + cd ${WRKSRC}/client; ${SETENV} ${MAKE_ENV} \ + ${MAKE_PROGRAM} ${MAKE_FLAGS} ${INSTALL_TARGET} + +.include "../../games/freeciv-share/Makefile.common" diff --git a/games/freeciv-client-gtk/pkg/COMMENT b/games/freeciv-client-gtk/pkg/COMMENT new file mode 100644 index 00000000000..7ad4b756f5a --- /dev/null +++ b/games/freeciv-client-gtk/pkg/COMMENT @@ -0,0 +1 @@ +Freeciv client with GTK+ interface diff --git a/games/freeciv-client-gtk/pkg/DESCR b/games/freeciv-client-gtk/pkg/DESCR new file mode 100644 index 00000000000..863919da5fc --- /dev/null +++ b/games/freeciv-client-gtk/pkg/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 GTK+ interface. diff --git a/games/freeciv-client-gtk/pkg/PLIST b/games/freeciv-client-gtk/pkg/PLIST new file mode 100644 index 00000000000..0a76be1c6cf --- /dev/null +++ b/games/freeciv-client-gtk/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/03/28 00:35:49 jlam Exp $ +bin/civclient |