1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Xblast is a multi-player real-time strategy game :)

This commit is contained in:
Stefan Eßer 1997-03-11 22:04:46 +00:00
parent 4d84e3e1de
commit e8c7aeabcb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5942
6 changed files with 46 additions and 0 deletions

20
games/xblast/Makefile Normal file
View File

@ -0,0 +1,20 @@
# New ports collection makefile for: xblast
# Version required: 2.2
# Date created: Sat Dec 28 01:47:12 CET 1996
# Whom: se
#
# $Id$
#
DISTNAME= xblast-2.2
#PKGNAME= xlife-3.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/multiplayer
MAINTAINER= se@FreeBSD.ORG
WRKSRC= ${WRKDIR}/XBlast-2.2
USE_IMAKE= yes
.include <bsd.port.mk>

1
games/xblast/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (xblast-2.2.tar.gz) = bc73dc1360dbf2d76d414c68f0f1761a

View File

@ -0,0 +1,14 @@
*** defaults.h~ Sat Dec 28 01:45:30 1996
--- defaults.h Sat Dec 28 01:45:33 1996
***************
*** 30,34 ****
--- 30,38 ----
* file for setups and defaults
*/
+ #ifdef __FreeBSD__
+ static char *file_appl_def ="/usr/X11R6/lib/X11/app-defaults/XBlast";
+ #else
static char *file_appl_def ="/usr/lib/X11/app-defaults/XBlast";
+ #endif
static char *file_setup ="/.xblast";
static char *file_setup_dir ="/.xblast-setups";

1
games/xblast/pkg-comment Normal file
View File

@ -0,0 +1 @@
graphical multi-player real-time strategy game for X11

7
games/xblast/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
XBlast is a multi-player arcade game for X11R5/R6. The
game can be played with at least two players and up to
six players. It was inspired by the video/computer game
Bomberman(Dynablaster), which was to my knowledge first
programmed for NEC's PC Engine/Turbo Grafx. Other (com-
mercial) versions of the original game exist for IBM-PC,
Atari ST, Amiga, NES, GameBoy and Super NES.

3
games/xblast/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
/usr/X11R6/bin/xblast
/usr/X11R6/lib/X11/app-defaults/XBlast
/usr/X11R6/man/man1/xblast.1.gz