summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/freeciv-client/Makefile26
-rw-r--r--games/freeciv-client/pkg/COMMENT1
-rw-r--r--games/freeciv-client/pkg/DESCR9
-rw-r--r--games/freeciv-client/pkg/PLIST2
4 files changed, 38 insertions, 0 deletions
diff --git a/games/freeciv-client/Makefile b/games/freeciv-client/Makefile
new file mode 100644
index 00000000000..02f648b921f
--- /dev/null
+++ b/games/freeciv-client/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/03/28 00:35:25 jlam Exp $
+
+PKGNAME= ${DISTNAME:S/-/-client-/}
+
+DEPENDS+= freeciv-share-1.10.0:../../games/freeciv-share
+DEPENDS+= xpm-*:../../x11/xpm
+
+CONFLICTS= freeciv-client-gtk-*
+
+USE_XAW= # defined
+USE_X11= # defined
+
+.include "../../mk/bsd.prefs.mk"
+
+CONFIGURE_ARGS+= --disable-server --disable-make-data
+CONFIGURE_ARGS+= --enable-client=xaw
+
+.if defined(XAW_TYPE) && (${XAW_TYPE} == "3d")
+CONFIGURE_ARGS+= --with-xaw3d
+.endif
+
+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/pkg/COMMENT b/games/freeciv-client/pkg/COMMENT
new file mode 100644
index 00000000000..753afef5fed
--- /dev/null
+++ b/games/freeciv-client/pkg/COMMENT
@@ -0,0 +1 @@
+Freeciv client with Xaw interface
diff --git a/games/freeciv-client/pkg/DESCR b/games/freeciv-client/pkg/DESCR
new file mode 100644
index 00000000000..a0b3f849ddc
--- /dev/null
+++ b/games/freeciv-client/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 Xaw interface.
diff --git a/games/freeciv-client/pkg/PLIST b/games/freeciv-client/pkg/PLIST
new file mode 100644
index 00000000000..9d531850a9a
--- /dev/null
+++ b/games/freeciv-client/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/03/28 00:35:25 jlam Exp $
+bin/civclient