From 7674ebf7b22dcebcfb11cba39fc92e962acd6834 Mon Sep 17 00:00:00 2001 From: hubertf Date: Tue, 30 Dec 1997 03:41:43 +0000 Subject: Multi-way scrolling shoot 'em up game for X. Strangely addictive. --- games/xkobo/Makefile | 18 ++++++++++ games/xkobo/files/md5 | 1 + games/xkobo/patches/patch-aa | 11 ++++++ games/xkobo/pkg/COMMENT | 1 + games/xkobo/pkg/DESCR | 82 ++++++++++++++++++++++++++++++++++++++++++++ games/xkobo/pkg/PLIST | 4 +++ 6 files changed, 117 insertions(+) create mode 100644 games/xkobo/Makefile create mode 100644 games/xkobo/files/md5 create mode 100644 games/xkobo/patches/patch-aa create mode 100644 games/xkobo/pkg/COMMENT create mode 100644 games/xkobo/pkg/DESCR create mode 100644 games/xkobo/pkg/PLIST (limited to 'games/xkobo') diff --git a/games/xkobo/Makefile b/games/xkobo/Makefile new file mode 100644 index 00000000000..b7519c18e43 --- /dev/null +++ b/games/xkobo/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xkobo +# Version required: 1.11 +# Date created: 18 Jul 1995 +# Whom: jkh +# +# $Id: Makefile,v 1.1.1.1 1997/12/30 03:41:43 hubertf Exp $ +# + +DISTNAME= xkobo-1.11 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ + ftp://ftp.uoknor.edu/mirrors/X/contrib/games/ +MASTER_SITE_SUBDIR= games + +USE_IMAKE= yes +ALL_TARGET= xkobo + +.include diff --git a/games/xkobo/files/md5 b/games/xkobo/files/md5 new file mode 100644 index 00000000000..86a4c08b5d2 --- /dev/null +++ b/games/xkobo/files/md5 @@ -0,0 +1 @@ +MD5 (xkobo-1.11.tar.gz) = b350678e49ad1a319a73d3e23ba5ec06 diff --git a/games/xkobo/patches/patch-aa b/games/xkobo/patches/patch-aa new file mode 100644 index 00000000000..621b23d399c --- /dev/null +++ b/games/xkobo/patches/patch-aa @@ -0,0 +1,11 @@ +--- Imakefile.orig Fri Jan 10 03:29:36 1997 ++++ Imakefile Wed Nov 12 10:55:46 1997 +@@ -6,7 +6,7 @@ + SHIPS = 5 + + /* RECORDS */ +-HSCORE_DIR = /usr/local/games/xkobo-scores ++HSCORE_DIR = $(LIBDIR)/xkobo-scores + + /* C++ COMPILER */ + /* CXX = g++ */ diff --git a/games/xkobo/pkg/COMMENT b/games/xkobo/pkg/COMMENT new file mode 100644 index 00000000000..1b8742c1518 --- /dev/null +++ b/games/xkobo/pkg/COMMENT @@ -0,0 +1 @@ +Multi-way scrolling shoot 'em up game for X. Strangely addictive. diff --git a/games/xkobo/pkg/DESCR b/games/xkobo/pkg/DESCR new file mode 100644 index 00000000000..04ad8956eda --- /dev/null +++ b/games/xkobo/pkg/DESCR @@ -0,0 +1,82 @@ + +------------------------------------------------------------------------- + + XKOBO Version 1.3 + + Sun Jun 25 08:37:35 JST 1995 Akira Higuchi + a-higuti@math.hokudai.ac.jp + +------------------------------------------------------------------------- + + XKOBO is a game for X. The play is quite simple. Your object is to + destroy all the fortresses. You can control your ship by pressing + the cursor keys, and shot beams by pressing the SHIFT key or the + left mouse button. + + XKOBO requires: + + 1) Unix (BSD, Linux, etc.) + 2) X window system (256 colors or greater) + 3) C++ compiler + + This program has been tested on the following systems: + + * Linux + gcc + * Sun-OS (4.1.4) + gcc + * BSD/OS + gcc + +------------------------------------------------------------------------- + +* INSTALLING + + Edit Imakefile and type + + % xmkmf -a + % make + % su + # make install + # make install.man + +------------------------------------------------------------------------- + +* PLAYING + + You can control your ship by pressing the cursor keys, and shot beams + by pressing the SHIFT key or the left mouse button. The game can be + paused by pressing 's'. Pressing 'q' will cause xkobo to quit the game. + +------------------------------------------------------------------------- + +* OPTIONS + + -doublesize The window of xkobo is enlarged. But memory usage + is also enlarged. + + -memory It causes xkobo to reduce memory usage, but slow + down (a little). + + -fit Use the default colormap. Normally xkobo uses a + private colormap. + + +========================================================================= + + XKOBO, a video-oriented game + Copyright (C) 1995 Akira Higuchi + a-higuti@math.hokudai.ac.jp + + This program is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by the + Free Software Foundation; either version 2 of the License, or (at your + option) any later version. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 675 Mass Ave, Cambridge, MA 02139, USA. + +========================================================================= diff --git a/games/xkobo/pkg/PLIST b/games/xkobo/pkg/PLIST new file mode 100644 index 00000000000..5fb419ad3c3 --- /dev/null +++ b/games/xkobo/pkg/PLIST @@ -0,0 +1,4 @@ +bin/xkobo +man/man1/xkobo.1.gz +@exec mkdir %D/lib/X11/xkobo-scores && chmod 777 %D/lib/X11/xkobo-scores +@unexec rm -r %D/lib/X11/xkobo-scores -- cgit v1.2.3