diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/xblast/Makefile | 24 | ||||
-rw-r--r-- | games/xblast/files/md5 | 3 | ||||
-rw-r--r-- | games/xblast/pkg/COMMENT | 1 | ||||
-rw-r--r-- | games/xblast/pkg/DESCR | 8 | ||||
-rw-r--r-- | games/xblast/pkg/PLIST | 4 |
5 files changed, 40 insertions, 0 deletions
diff --git a/games/xblast/Makefile b/games/xblast/Makefile new file mode 100644 index 00000000000..22ef3df1311 --- /dev/null +++ b/games/xblast/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xblast +# Version required: 2.2.1 +# Date Created: 30 January 1998 +# Whom: root@garbled.futureone.com +# +# $NetBSD: Makefile,v 1.1 1998/02/08 23:37:13 hubertf Exp $ +# + +DISTNAME= xblast-2.2 +WRKSRC= ${WRKDIR}/XBlast-2.2 +CATEGORIES= games x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= games/multiplayer +DISTFILES= xblast-2.2.tar.gz \ + xblast-2.2-to-2.2.1.tar.gz + +MAINTAINER= root@garbled.futureone.com + +USE_IMAKE= yes + +post-patch: + cd ${WRKSRC} ; ${SED} '/file_appl_def/s@/usr/lib/X11@'${PREFIX}'/lib/X11@' defaults.h >xx ; ${MV} xx defaults.h + +.include <bsd.port.mk> diff --git a/games/xblast/files/md5 b/games/xblast/files/md5 new file mode 100644 index 00000000000..f344e1aa4f5 --- /dev/null +++ b/games/xblast/files/md5 @@ -0,0 +1,3 @@ +MD5 (xblast-2.2.tar.gz) = bc73dc1360dbf2d76d414c68f0f1761a +MD5 (xblast-2.2-to-2.2.1.tar.gz) = 4938128b0465f50a101e5f5ef5e807cb +MD5 (xblast-2.2-sound.tar.gz) = 668f160884f7af8d523f0ff3a16d6d5a diff --git a/games/xblast/pkg/COMMENT b/games/xblast/pkg/COMMENT new file mode 100644 index 00000000000..b85830f0091 --- /dev/null +++ b/games/xblast/pkg/COMMENT @@ -0,0 +1 @@ +a 2-6 player kill the other guy with bombs game. A real blast! diff --git a/games/xblast/pkg/DESCR b/games/xblast/pkg/DESCR new file mode 100644 index 00000000000..9a5c71f4894 --- /dev/null +++ b/games/xblast/pkg/DESCR @@ -0,0 +1,8 @@ +XBlast is a multi-player arcade game for X11R5/R6. The game can be played +with at least two players and up to four 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 +(commercial) versions of the original game exist for IBM-PC, Atari ST, +Amiga, NES, GameBoy and Super NES. + +port-by: Tim Rightnour (root@garbled.futureone.com) diff --git a/games/xblast/pkg/PLIST b/games/xblast/pkg/PLIST new file mode 100644 index 00000000000..b20d479ed7b --- /dev/null +++ b/games/xblast/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 1998/02/08 23:41:25 hubertf Exp $ +lib/X11/app-defaults/XBlast +bin/xblast +man/cat1/xblast.0 |