diff options
-rw-r--r-- | games/xblast/Makefile | 20 | ||||
-rw-r--r-- | games/xblast/distinfo | 1 | ||||
-rw-r--r-- | games/xblast/files/patch-aa | 14 | ||||
-rw-r--r-- | games/xblast/pkg-comment | 1 | ||||
-rw-r--r-- | games/xblast/pkg-descr | 7 | ||||
-rw-r--r-- | games/xblast/pkg-plist | 3 |
6 files changed, 46 insertions, 0 deletions
diff --git a/games/xblast/Makefile b/games/xblast/Makefile new file mode 100644 index 00000000000..66a65f12a1f --- /dev/null +++ b/games/xblast/Makefile @@ -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> diff --git a/games/xblast/distinfo b/games/xblast/distinfo new file mode 100644 index 00000000000..455ea59e9b0 --- /dev/null +++ b/games/xblast/distinfo @@ -0,0 +1 @@ +MD5 (xblast-2.2.tar.gz) = bc73dc1360dbf2d76d414c68f0f1761a diff --git a/games/xblast/files/patch-aa b/games/xblast/files/patch-aa new file mode 100644 index 00000000000..fbc38b30b73 --- /dev/null +++ b/games/xblast/files/patch-aa @@ -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"; diff --git a/games/xblast/pkg-comment b/games/xblast/pkg-comment new file mode 100644 index 00000000000..73e48228c14 --- /dev/null +++ b/games/xblast/pkg-comment @@ -0,0 +1 @@ +graphical multi-player real-time strategy game for X11 diff --git a/games/xblast/pkg-descr b/games/xblast/pkg-descr new file mode 100644 index 00000000000..91d82ac5111 --- /dev/null +++ b/games/xblast/pkg-descr @@ -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. diff --git a/games/xblast/pkg-plist b/games/xblast/pkg-plist new file mode 100644 index 00000000000..d9b855e8ffd --- /dev/null +++ b/games/xblast/pkg-plist @@ -0,0 +1,3 @@ +/usr/X11R6/bin/xblast +/usr/X11R6/lib/X11/app-defaults/XBlast +/usr/X11R6/man/man1/xblast.1.gz |