summaryrefslogtreecommitdiff
path: root/games/xconq
diff options
context:
space:
mode:
Diffstat (limited to 'games/xconq')
-rw-r--r--games/xconq/Makefile23
-rw-r--r--games/xconq/files/md54
-rw-r--r--games/xconq/files/patch-sum18
-rw-r--r--games/xconq/patches/patch-aa25
-rw-r--r--games/xconq/patches/patch-ab23
-rw-r--r--games/xconq/patches/patch-ac82
-rw-r--r--games/xconq/patches/patch-ad22
-rw-r--r--games/xconq/patches/patch-ae31
-rw-r--r--games/xconq/patches/patch-af26
-rw-r--r--games/xconq/patches/patch-ag13
-rw-r--r--games/xconq/patches/patch-ah13
-rw-r--r--games/xconq/patches/patch-ai15
-rw-r--r--games/xconq/patches/patch-aj15
-rw-r--r--games/xconq/pkg/COMMENT2
-rw-r--r--games/xconq/pkg/DESCR16
-rw-r--r--games/xconq/pkg/PLIST73
16 files changed, 222 insertions, 179 deletions
diff --git a/games/xconq/Makefile b/games/xconq/Makefile
index 226834b237e..27662e7408c 100644
--- a/games/xconq/Makefile
+++ b/games/xconq/Makefile
@@ -1,23 +1,28 @@
-# $NetBSD: Makefile,v 1.2 2000/08/23 23:14:26 tron Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/31 07:26:23 kleink Exp $
-DISTNAME= xconq-7.2.2
+DISTNAME= xconq-7.3.3
CATEGORIES= games x11
-MASTER_SITES= ftp://sourceware.cygnus.com/pub/xconq/
+MASTER_SITES= ftp://sources.redhat.com/pub/xconq/
MAINTAINER= kleink@netbsd.org
-HOMEPAGE= http://sourceware.cygnus.com/xconq/
+HOMEPAGE= http://sources.redhat.com/xconq/
+
+DEPENDS+= tcl-8.0.5:../../lang/tcl80
+DEPENDS+= tk-8.0.5:../../x11/tk80
USE_X11BASE= YES
-USE_XPM= YES
+USE_GMAKE= YES
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --with-xpm
+CONFIGURE_ARGS+= --with-tclconfig=${LOCALBASE}/lib/tcl8.0 \
+ --with-tkconfig=${LOCALBASE}/lib/tk8.0 \
+ --enable-alternate-scoresdir=/var/games/xconq/scores
-INFO_FILES= xcdesign.info xconq.info
+INFO_FILES= hacking.info xcdesign.info xconq.info
post-build:
- cd ${WRKSRC}/doc && ${MAKE} info
+ cd ${WRKSRC}/doc && ${GMAKE} info
post-install:
- cd ${WRKSRC}/doc && ${MAKE} install-info
+ cd ${WRKSRC}/doc && ${GMAKE} install-info
.include "../../mk/bsd.pkg.mk"
diff --git a/games/xconq/files/md5 b/games/xconq/files/md5
index d64bc730912..9230074ab89 100644
--- a/games/xconq/files/md5
+++ b/games/xconq/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $
+$NetBSD: md5,v 1.2 2000/08/31 07:26:23 kleink Exp $
-MD5 (xconq-7.2.2.tar.gz) = 0f54293d4903c91fcf4cfd8ebeaaa0be
+MD5 (xconq-7.3.3.tar.gz) = 7e14ddf2b3846d989dc8d6af91c32fb7
diff --git a/games/xconq/files/patch-sum b/games/xconq/files/patch-sum
index 7b6093a08bf..2ba8b7cc698 100644
--- a/games/xconq/files/patch-sum
+++ b/games/xconq/files/patch-sum
@@ -1,12 +1,8 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 13:51:01 agc Exp $
+$NetBSD: patch-sum,v 1.2 2000/08/31 07:26:23 kleink Exp $
-MD5 (patch-aa) = 75c0b57d4799041b5b618101da571265
-MD5 (patch-ab) = ebabaa8ea862ddcb280c0502038e1a8a
-MD5 (patch-ac) = 8354b874a941b28acf0fc5a276267b3e
-MD5 (patch-ad) = 21991aadef840aff863159100755db84
-MD5 (patch-ae) = 1bb94cf6ff92e3b07d51a38fb366b80b
-MD5 (patch-af) = eeadab5ff56d4c5735ebef07f5ea9bc2
-MD5 (patch-ag) = 243ea05ac36bf665d8e139e0c09ee6a2
-MD5 (patch-ah) = 61aa28fd3fa1d4208a2fca767c9648b3
-MD5 (patch-ai) = 36e424b7b040b55724cab4b1faceba7c
-MD5 (patch-aj) = e3dc9004943514a84f26e75b429c3dd5
+MD5 (patch-aa) = 7e8ab17b8c65059c7b2d4a58c029b46d
+MD5 (patch-ab) = 54ec3629d6e681b6bf6d39a76dca3714
+MD5 (patch-ac) = b97f668fe078156601d84811574277c9
+MD5 (patch-ad) = 74658bc3a1587b2bfd0752864a1fbd60
+MD5 (patch-ae) = 1563f3454d12157cdcf2cea342f2beae
+MD5 (patch-af) = 4e9a27c6efdace8e98540b161aabea27
diff --git a/games/xconq/patches/patch-aa b/games/xconq/patches/patch-aa
index 60ca0455a15..d2ce359888c 100644
--- a/games/xconq/patches/patch-aa
+++ b/games/xconq/patches/patch-aa
@@ -1,9 +1,18 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $
+$NetBSD: patch-aa,v 1.2 2000/08/31 07:26:23 kleink Exp $
---- /dev/null Tue Jun 8 21:38:55 1999
-+++ config/mh-netbsd Tue Jun 8 21:41:47 1999
-@@ -0,0 +1,4 @@
-+X11_INCLUDE_FLAGS = -I${X11BASE}/include
-+X11_LIB_FLAGS = -L${X11BASE}/lib -Wl,-R${X11BASE}/lib
-+
-+appdefaultsdir = ${X11BASE}/lib/X11/app-defaults
+--- Makefile.in.orig Tue Jun 13 15:04:45 2000
++++ Makefile.in Thu Aug 31 07:55:46 2000
+@@ -28,10 +28,10 @@
+ VPATH = @srcdir@
+
+ GAMEUID = games
+-GAMEGRP = bin
++GAMEGRP = games
+
+-GAMEPERM = 04755
+-DIRPERM = 0755
++GAMEPERM = 02755
++DIRPERM = 0775
+ FILEPERM = 0644
+
+ SHELL = /bin/sh
diff --git a/games/xconq/patches/patch-ab b/games/xconq/patches/patch-ab
index 6316867c558..fcb3679d431 100644
--- a/games/xconq/patches/patch-ab
+++ b/games/xconq/patches/patch-ab
@@ -1,12 +1,13 @@
-$NetBSD: patch-ab,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $
+$NetBSD: patch-ab,v 1.2 2000/08/31 07:26:23 kleink Exp $
---- config.host.orig Wed Jul 1 06:27:39 1998
-+++ config.host Tue Jun 8 21:57:18 1999
-@@ -37,6 +37,7 @@
- *-*-linux*) host_makefile_frag=config/mh-linux ;;
- rs6000-*-lynxos*) host_makefile_frag=config/mh-lynxrs6k ;;
- *-*-lynxos*) host_makefile_frag=config/mh-lynxos ;;
-+ *-*-netbsd*) host_makefile_frag=config/mh-netbsd ;;
- *-*-sysv4*) host_makefile_frag=config/mh-sysv4 ;;
- *-*-sysv*) host_makefile_frag=config/mh-sysv ;;
- *-*-freebsd*) host_makefile_frag=config/mh-freebsd ;;
+--- tcltk/Makefile.in.orig Wed Jun 14 17:02:05 2000
++++ tcltk/Makefile.in Mon Aug 28 08:41:25 2000
+@@ -95,7 +95,7 @@
+
+ X11_INCLUDE_FLAGS = @XINCLUDES@
+
+-ALL_CFLAGS = $(CFLAGS) $(HFLAGS) -I$(srcdir) -I$(srcdir)/.. -I$(krnsrcdir) -I$(srcdir)/../tcl/generic -I$(srcdir)/../tk/generic $(X11_INCLUDE_FLAGS)
++ALL_CFLAGS = $(CFLAGS) $(HFLAGS) -I$(srcdir) -I$(srcdir)/.. -I$(krnsrcdir) -I$(srcdir)/../tcl/generic -I$(srcdir)/../tk/generic $(X11_INCLUDE_FLAGS) -I$(LOCALBASE)/include/tcl8.0 -I$(LOCALBASE)/include/tk8.0
+
+ .c.o:
+ $(CC) -c $(ALL_CFLAGS) $<
diff --git a/games/xconq/patches/patch-ac b/games/xconq/patches/patch-ac
index 56491763514..66d4bdd0c4c 100644
--- a/games/xconq/patches/patch-ac
+++ b/games/xconq/patches/patch-ac
@@ -1,13 +1,71 @@
-$NetBSD: patch-ac,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $
+$NetBSD: patch-ac,v 1.2 2000/08/31 07:26:23 kleink Exp $
---- SelFile/SelFile.c.orig Wed Jul 1 06:27:39 1998
-+++ SelFile/SelFile.c Tue Jun 8 22:02:47 1999
-@@ -44,7 +44,7 @@
- #include <stdio.h>
- #include <errno.h>
-
--#if !defined(__GLIBC__) && !defined(__FreeBSD__)
-+#if !defined(__GLIBC__) && !defined(__FreeBSD__) && !defined(__NetBSD__)
- /* BSD 4.3 errno.h does not declare errno */
- extern int errno;
- extern int sys_nerr;
+--- x11/Makefile.in.orig Mon Jun 19 17:36:18 2000
++++ x11/Makefile.in Thu Aug 31 07:57:43 2000
+@@ -25,10 +25,10 @@
+ krnsrcdir = $(srcdir)/../kernel
+
+ GAMEUID = games
+-GAMEGRP = bin
++GAMEGRP = games
+
+-GAMEPERM = 04755
+-DIRPERM = 0755
++GAMEPERM = 02755
++DIRPERM = 0775
+ FILEPERM = 0644
+
+ SHELL = /bin/sh
+@@ -49,7 +49,7 @@
+
+ #TCLTK_LIB = -ltk -ltcl -ldl -lm
+ #TCLTK_LIB = ../tcl/unix/libtcl8.0.a ../tk/unix/libtk8.0.a -ldl -lm
+-TCLTK_LIB = $(TCL) $(TK)
++TCLTK_LIB = $(TCL) $(TK) -Wl,-R$(libdir)
+
+ # Extra flags that the TCLTK files need:
+ TCLTK_CFLAGS = $(TCL_CFLAGS) $(TK_CFLAGS)
+@@ -65,14 +65,14 @@
+ # This variable is needed when doing dynamic linking.
+ LIB_RUNTIME_DIR = $(libdir)
+ TCL = @TCL_LD_SEARCH_FLAGS@ @TCL_LIB_SPEC@
+-TCL_CFLAGS = @TCLHDIR@
++TCL_CFLAGS = -I$(LOCALBASE)/include/tcl8.0
+ TCL_DEPS =
+
+ TCL_DL_LIBS = @TCL_DL_LIBS@
+
+ # Tk stuff.
+ TK = @TK_LIB_SPEC@
+-TK_CFLAGS = @TKHDIR@ @TK_BUILD_INCLUDES@
++TK_CFLAGS = -I$(LOCALBASE)/include/tk8.0
+ TK_DEPS =
+
+ X11_CFLAGS = @TK_XINCLUDES@
+@@ -81,7 +81,7 @@
+
+ GUI_CFLAGS_X = @GUI_CFLAGS_X@
+
+-X11_LIB_FLAGS = @XLIBS@
++X11_LIB_FLAGS = @XLIBS@ -Wl,-R$(X11BASE)/lib
+
+ # Override this to disable SelFile calls.
+
+@@ -173,7 +173,7 @@
+
+ X11_INCLUDE_FLAGS = @XINCLUDES@
+
+-ALL_CFLAGS = $(CFLAGS) $(HFLAGS) $(SELFILE_CFLAGS) $(XPM_CFLAGS) $(REQD_CFLAGS) -I$(srcdir) -I$(srcdir)/.. -I$(krnsrcdir) -I$(srcdir)/../tcl/generic -I$(srcdir)/../tk/generic $(X11_INCLUDE_FLAGS) $(XPM_INCLUDE_FLAGS)
++ALL_CFLAGS = $(CFLAGS) $(HFLAGS) $(SELFILE_CFLAGS) $(XPM_CFLAGS) $(REQD_CFLAGS) -I$(srcdir) -I$(srcdir)/.. -I$(krnsrcdir) -I$(srcdir)/../tcl/generic -I$(srcdir)/../tk/generic $(X11_INCLUDE_FLAGS) $(XPM_INCLUDE_FLAGS) $(TCLTK_CFLAGS)
+
+ .c.o:
+ $(CC) -c $(ALL_CFLAGS) $<
+@@ -215,7 +215,7 @@
+ $(CC) -o imf2x $(ALL_CFLAGS) $(LDFLAGS) imf2x.o $(XUTOBJS) $(LOW_LIB) $(X11_LIB_FLAGS) $(WITH_LIBS) $(XAW_LIB) $(NET_EXTRA_LIBS)
+
+ ximfapp: ximfapp.o xcutil.o $(TKIAPP_LIB) $(TKIMF_LIB) $(LOW_LIB)
+- $(CC) -o ximfapp $(ALL_CFLAGS) $(LDFLAGS) ximfapp.o xcutil.o $(TKIAPP_LIB) $(TKIMF_LIB) $(LOW_LIB) $(X11_LIB_FLAGS) $(WITH_LIBS) $(TCLTK_LIB) $(X11_LIB) $(NET_EXTRA_LIBS)
++ $(CC) -o ximfapp $(ALL_CFLAGS) $(LDFLAGS) ximfapp.o xcutil.o $(TKIAPP_LIB) $(TKIMF_LIB) $(LOW_LIB) $(X11_LIB_FLAGS) $(WITH_LIBS) $(TCLTK_LIB) $(X11_LIB) $(NET_EXTRA_LIBS) -lm
+
+ xshowimf: xshowimf.o $(XUTOBJS) $(LOW_LIB)
+ $(CC) -o xshowimf $(ALL_CFLAGS) $(LDFLAGS) xshowimf.o $(XUTOBJS) $(LOW_LIB) $(X11_LIB_FLAGS) $(WITH_LIBS) $(SELFILE_LIB) $(XAW_LIB) $(NET_EXTRA_LIBS)
diff --git a/games/xconq/patches/patch-ad b/games/xconq/patches/patch-ad
index 1999e028b18..fb8f086e8a1 100644
--- a/games/xconq/patches/patch-ad
+++ b/games/xconq/patches/patch-ad
@@ -1,13 +1,15 @@
-$NetBSD: patch-ad,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $
+$NetBSD: patch-ad,v 1.2 2000/08/31 07:26:24 kleink Exp $
---- curses/Makefile.in.orig Tue Apr 21 05:21:47 1998
-+++ curses/Makefile.in Tue Jun 8 22:33:16 1999
-@@ -29,7 +29,7 @@
- SHELL = /bin/sh
+--- doc/xcdesign.texi.orig Thu Jun 8 14:28:31 2000
++++ doc/xcdesign.texi Wed Aug 30 21:59:48 2000
+@@ -8,6 +8,10 @@
+ @setchapternewpage odd
- INSTALL = install -c
--INSTALL_PROGRAM = $(INSTALL)
-+INSTALL_PROGRAM = $(INSTALL) -s
- INSTALL_DATA = $(INSTALL)
+ @ifinfo
++@dircategory Games
++@direntry
++* Xcdesign: (xcdesign.info). Designing Games with Xconq.
++@end direntry
+ This file documents the design of games for @i{Xconq}.
- CC = cc
+ Copyright (C) 1987-1989, 1991-2000 Stanley T. Shebs
diff --git a/games/xconq/patches/patch-ae b/games/xconq/patches/patch-ae
index e43077bbb11..08a77118be2 100644
--- a/games/xconq/patches/patch-ae
+++ b/games/xconq/patches/patch-ae
@@ -1,22 +1,15 @@
-$NetBSD: patch-ae,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $
+$NetBSD: patch-ae,v 1.2 2000/08/31 07:26:24 kleink Exp $
---- x11/Makefile.in.orig Tue Apr 21 05:21:21 1998
-+++ x11/Makefile.in Wed Jun 9 00:38:37 1999
-@@ -11,7 +11,7 @@
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- libdir = $(exec_prefix)/lib
--datadir = $(prefix)/lib/xconqdir
-+datadir = $(prefix)/share/xconq
- mandir = $(prefix)/man
- man6dir = $(mandir)/man6
- infodir = $(prefix)/info
-@@ -35,7 +35,7 @@
- SHELL = /bin/sh
+--- doc/xconq.texi.orig Thu Jun 8 14:28:31 2000
++++ doc/xconq.texi Wed Aug 30 21:59:50 2000
+@@ -8,6 +8,10 @@
+ @setchapternewpage odd
- INSTALL = install -c
--INSTALL_PROGRAM = $(INSTALL)
-+INSTALL_PROGRAM = $(INSTALL) -s
- INSTALL_DATA = $(INSTALL)
+ @ifinfo
++@dircategory Games
++@direntry
++* Xconq: (xconq.info). The Penultimate Strategy Game.
++@end direntry
+ This file documents how to play the strategy game @i{Xconq}.
- CC = cc
+ Copyright (C) 1987-1989, 1991-2000 Stanley T. Shebs
diff --git a/games/xconq/patches/patch-af b/games/xconq/patches/patch-af
index e054e8d9fae..d25697bb4d2 100644
--- a/games/xconq/patches/patch-af
+++ b/games/xconq/patches/patch-af
@@ -1,13 +1,15 @@
-$NetBSD: patch-af,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $
+$NetBSD: patch-af,v 1.2 2000/08/31 07:26:24 kleink Exp $
---- kernel/Makefile.in.orig Wed May 13 15:04:16 1998
-+++ kernel/Makefile.in Wed Jun 9 00:33:13 1999
-@@ -11,7 +11,7 @@
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- libdir = $(exec_prefix)/lib
--datadir = $(prefix)/lib/xconqdir
-+datadir = $(prefix)/share/xconq
- mandir = $(prefix)/man
- man6dir = $(mandir)/man6
- infodir = $(prefix)/info
+--- doc/hacking.texi.orig Thu Jun 8 14:28:31 2000
++++ doc/hacking.texi Wed Aug 30 22:02:20 2000
+@@ -8,6 +8,10 @@
+ @setchapternewpage odd
+
+ @ifinfo
++@dircategory Games
++@direntry
++* Hacking: (hacking.info). Hacking Xconq.
++@end direntry
+ This file documents the internals of @i{Xconq}.
+
+ Copyright (C) 1987-1989, 1991-2000 Stanley T. Shebs
diff --git a/games/xconq/patches/patch-ag b/games/xconq/patches/patch-ag
deleted file mode 100644
index 8899e336c92..00000000000
--- a/games/xconq/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $
-
---- Makefile.in.orig Sun Feb 22 01:26:25 1998
-+++ Makefile.in Wed Jun 9 00:54:07 1999
-@@ -11,7 +11,7 @@
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- libdir = $(exec_prefix)/lib
--datadir = $(prefix)/lib/xconqdir
-+datadir = $(prefix)/share/xconq
- mandir = $(prefix)/man
- man6dir = $(mandir)/man6
- infodir = $(prefix)/info
diff --git a/games/xconq/patches/patch-ah b/games/xconq/patches/patch-ah
deleted file mode 100644
index b2ecf6b8723..00000000000
--- a/games/xconq/patches/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ah,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $
-
---- lib/Makefile.in.orig Sun Feb 22 01:13:49 1998
-+++ lib/Makefile.in Wed Jun 9 00:59:00 1999
-@@ -11,7 +11,7 @@
- exec_prefix = $(prefix)
- bindir = $(exec_prefix)/bin
- libdir = $(exec_prefix)/lib
--datadir = $(prefix)/lib/xconqdir
-+datadir = $(prefix)/share/xconq
- mandir = $(prefix)/man
- man6dir = $(mandir)/man6
- infodir = $(prefix)/info
diff --git a/games/xconq/patches/patch-ai b/games/xconq/patches/patch-ai
deleted file mode 100644
index 8065dbb0ffd..00000000000
--- a/games/xconq/patches/patch-ai
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ai,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $
-
---- doc/xcdesign.texi.orig Thu Apr 9 05:15:19 1998
-+++ doc/xcdesign.texi Wed Jun 9 01:12:33 1999
-@@ -11,6 +11,10 @@
- @setchapternewpage odd
-
- @ifinfo
-+@dircategory Games
-+@direntry
-+* Xcdesign: (xcdesign.info). Designing Games with Xconq.
-+@end direntry
- This file documents the design of games for @i{Xconq}.
-
- Copyright (C) 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998 Stanley T. Shebs
diff --git a/games/xconq/patches/patch-aj b/games/xconq/patches/patch-aj
deleted file mode 100644
index 0c4324f862e..00000000000
--- a/games/xconq/patches/patch-aj
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aj,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $
-
---- doc/xconq.texi.orig Thu Apr 9 05:12:56 1998
-+++ doc/xconq.texi Wed Jun 9 01:13:42 1999
-@@ -11,6 +11,10 @@
- @setchapternewpage odd
-
- @ifinfo
-+@dircategory Games
-+@direntry
-+* Xconq: (xconq.info). The Penultimate Strategy Game.
-+@end direntry
- This file documents how to play the strategy game @i{Xconq}.
-
- Copyright (C) 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998 Stanley T. Shebs
diff --git a/games/xconq/pkg/COMMENT b/games/xconq/pkg/COMMENT
index a86612ef026..cb041c88ad1 100644
--- a/games/xconq/pkg/COMMENT
+++ b/games/xconq/pkg/COMMENT
@@ -1 +1 @@
-X11 empire-building strategy game, with game design language
+Xconq is a general strategy game system.
diff --git a/games/xconq/pkg/DESCR b/games/xconq/pkg/DESCR
index ce9dab353ab..be6e87b19c0 100644
--- a/games/xconq/pkg/DESCR
+++ b/games/xconq/pkg/DESCR
@@ -1,12 +1,4 @@
-Xconq is an Empire-type strategy game, where players contest for world
-domination. In the standard game, each player (there may be up to 31)
-starts with a handful of towns and cities, and may build infantry,
-armor, airplanes, and a variety of ships. Each side's movements are
-hidden; speed and surprise are important. Any or all sides may be
-played by the computer. In addition to the standard game, Xconq
-includes a game design language (GDL) that can be used to define a
-wide variety of games. Games already in the distribution's library
-include everything from basic combat to elaborate world models, with
-time periods ranging from ancient history into the distant future.
-Xconq has a huge number of features, and a lengthy manual describing
-them.
+Xconq is a general strategy game system. It is a complete system that
+includes all the components: a portable engine, graphical interfaces
+for Unix/Linux/X11, Macintosh, and Windows, multiple AIs, networking
+for multi-player games, and an extensive game library.
diff --git a/games/xconq/pkg/PLIST b/games/xconq/pkg/PLIST
index db6b907e737..0cdef886e29 100644
--- a/games/xconq/pkg/PLIST
+++ b/games/xconq/pkg/PLIST
@@ -1,11 +1,12 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/12 20:22:53 kleink Exp $
-bin/cconq
+@comment $NetBSD: PLIST,v 1.2 2000/08/31 07:26:25 kleink Exp $
bin/imf2x
bin/x2imf
bin/xconq
-bin/xshowimf
+bin/ximfapp
+@unexec install-info --delete %D/info/hacking.info %D/info/dir
@unexec install-info --delete %D/info/xcdesign.info %D/info/dir
@unexec install-info --delete %D/info/xconq.info %D/info/dir
+info/hacking.info
info/xcdesign.info
info/xcdesign.info-1
info/xcdesign.info-10
@@ -26,27 +27,65 @@ info/xconq.info-2
info/xconq.info-3
info/xconq.info-4
info/xconq.info-5
+info/xconq.info-6
+@exec install-info %D/info/hacking.info %D/info/dir
@exec install-info %D/info/xcdesign.info %D/info/dir
@exec install-info %D/info/xconq.info %D/info/dir
-lib/X11/app-defaults/Xconq
-lib/X11/app-defaults/Xconq-color
-lib/X11/app-defaults/XShowimf
-lib/X11/app-defaults/XShowimf-color
-man/man6/cconq.6
man/man6/xconq.6
+share/xconq/imfapp.tcl
+share/xconq/tkconq.tcl
+share/xconq/images/advt24x26.gif
+share/xconq/images/advt32x32.gif
+share/xconq/images/advt44x48.gif
+share/xconq/images/animals32.gif
+share/xconq/images/beach44x48.gif
+share/xconq/images/civmisc.gif
+share/xconq/images/civt44x48.gif
+share/xconq/images/cliff44x48.gif
+share/xconq/images/dirt24x26.gif
+share/xconq/images/dirt44x48.gif
+share/xconq/images/dwellings32.gif
+share/xconq/images/eur44x48.gif
+share/xconq/images/river24x26.gif
+share/xconq/images/river44x48.gif
+share/xconq/images/river88x96.gif
+share/xconq/images/riverc24x26.gif
+share/xconq/images/riverc44x48.gif
+share/xconq/images/road24x26.gif
+share/xconq/images/road44x48.gif
+share/xconq/images/rr24x26.gif
+share/xconq/images/sea.gif
+share/xconq/images/rr44x48.gif
+share/xconq/images/settlers.gif
+share/xconq/images/splash.gif
+share/xconq/images/stdt24x26.gif
+share/xconq/images/stdt44x48.gif
+share/xconq/images/stdta88x96.gif
+share/xconq/images/stdtb88x96.gif
+share/xconq/images/tran24x26.gif
+share/xconq/images/tran44x48.gif
+share/xconq/images/tran88x96.gif
+share/xconq/images/trident.gif
+@dirrm share/xconq/images
share/xconq/lib/1756.g
share/xconq/lib/1757.g
share/xconq/lib/1805.g
+share/xconq/lib/advances.g
+share/xconq/lib/advterr.g
share/xconq/lib/africa-1850.g
share/xconq/lib/africa.g
share/xconq/lib/aircraft.imf
+share/xconq/lib/anc-near-east.g
+share/xconq/lib/ancient.g
share/xconq/lib/ancient.imf
share/xconq/lib/animals.imf
share/xconq/lib/arms.imf
share/xconq/lib/beirut.g
+share/xconq/lib/blasts.imf
share/xconq/lib/cave.g
share/xconq/lib/cherbourg.g
share/xconq/lib/chess.g
+share/xconq/lib/civ2.g
share/xconq/lib/classic.g
share/xconq/lib/cobra.g
share/xconq/lib/colors.imf
@@ -79,8 +118,10 @@ share/xconq/lib/imf.dir
share/xconq/lib/insects.g
share/xconq/lib/insects.imf
share/xconq/lib/intro.g
+share/xconq/lib/lhs.g
+share/xconq/lib/lhsunit.g
share/xconq/lib/magellan.g
-share/xconq/lib/magnusvew.g
+share/xconq/lib/magnuszew.g
share/xconq/lib/mars.g
share/xconq/lib/metz-1944.g
share/xconq/lib/midway.g
@@ -95,19 +136,22 @@ share/xconq/lib/napoleon.g
share/xconq/lib/nat-names.g
share/xconq/lib/neurope.g
share/xconq/lib/news.txt
+share/xconq/lib/ng-african.g
share/xconq/lib/ng-american.g
+share/xconq/lib/ng-asian.g
share/xconq/lib/ng-chinese.g
share/xconq/lib/ng-english.g
+share/xconq/lib/ng-european.g
+share/xconq/lib/ng-features.g
share/xconq/lib/ng-german.g
share/xconq/lib/ng-italian.g
share/xconq/lib/ng-japanese.g
+share/xconq/lib/ng-misc.g
share/xconq/lib/ng-nickname.g
share/xconq/lib/ng-ships.g
share/xconq/lib/ng-weird.g
share/xconq/lib/normandy.g
share/xconq/lib/nw-europe.g
-share/xconq/lib/ob-nor-alld.g
-share/xconq/lib/ob-nor-axis.g
share/xconq/lib/objects.imf
share/xconq/lib/old-empire.g
share/xconq/lib/omaha.g
@@ -130,7 +174,7 @@ share/xconq/lib/simple.g
share/xconq/lib/space.g
share/xconq/lib/standard.g
share/xconq/lib/standard.imf
-share/xconq/lib/std-c.imf
+share/xconq/lib/std-s.imf
share/xconq/lib/stdterr.g
share/xconq/lib/stdunit.g
share/xconq/lib/steppes.g
@@ -139,6 +183,7 @@ share/xconq/lib/t-cent-eur.g
share/xconq/lib/t-e1-river.g
share/xconq/lib/t-e50-river.g
share/xconq/lib/t-eastmed.g
+share/xconq/lib/t-near-east.g
share/xconq/lib/t-normandy.g
share/xconq/lib/t-nw-eur.g
share/xconq/lib/t-pacific.g
@@ -171,12 +216,8 @@ share/xconq/lib/ww2-div-pac.g
share/xconq/lib/ww2-eur-42.g
share/xconq/lib/ww2-pac-41.g
share/xconq/lib/ww2-sides.g
-share/xconq/lib/ww2-stdunit.g
share/xconq/lib/ww2s-42.g
share/xconq/lib/ww2s-eur-42.g
share/xconq/lib/ww2s-pac-41.g
@dirrm share/xconq/lib
-share/xconq/lib-x11/README
-@dirrm share/xconq/lib-x11
-@dirrm share/xconq/scores
@dirrm share/xconq