Initial import of prboom-2.2.1

Prboom is a modified version of the ID Software's classic game Doom.
It runs on several platforms (include Win32 and Unixes) and features
many additions to the original game.  It also supports multiplayer
games.

Note: this package lacks audio support for now, because we don't have SDL_mixer yet.
I hope to enable it in the future.
This commit is contained in:
zuntum 2001-07-26 12:33:59 +00:00
parent 441850213f
commit 231104751d
7 changed files with 89 additions and 0 deletions

18
games/prboom/Makefile Normal file
View file

@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1.1.1 2001/07/26 12:33:59 zuntum Exp $
#
DISTNAME= prboom-2.2.1
CATEGORIES= games
MASTER_SITES= http://prdownloads.sourceforge.net/prboom/
MAINTAINER= zuntum@netbsd.org
HOMEPAGE= http://prboom.sourceforge.net/
COMMENT= multiplayer-capable and modified version of ID's classic doom game
USE_BUILDLINK_ONLY= YES
GNU_CONFIGURE= YES
#CONFIGURE_ARGS+= --enable-gl
.include "../../net/SDL_net/buildlink.mk"
.include "../../mk/bsd.pkg.mk"

7
games/prboom/distinfo Normal file
View file

@ -0,0 +1,7 @@
$NetBSD: distinfo,v 1.1.1.1 2001/07/26 12:33:59 zuntum Exp $
SHA1 (prboom-2.2.1.tar.gz) = 9baf0963c6e4aec4022de0408cc15bf3f8ab393e
Size (prboom-2.2.1.tar.gz) = 1006973 bytes
SHA1 (patch-aa) = 3578b8c1a32db0ff804a75c35bfa4fbc9782901c
SHA1 (patch-ab) = 0f805aead21ce92fcaac17f060ded0e15a807e1d
SHA1 (patch-ac) = 7bf1bc9061cacc93549596c56d769714cb432b88

View file

@ -0,0 +1,16 @@
$NetBSD: patch-aa,v 1.1.1.1 2001/07/26 12:33:59 zuntum Exp $
--- configure.orig Mon Jun 18 00:14:24 2001
+++ configure
@@ -922,9 +922,9 @@
if test "x$prefix" != xNONE; then
- DOOMWADDIR="$prefix/share/games/doom"
+ DOOMWADDIR="$prefix/share/doom"
else
- DOOMWADDIR="$ac_default_prefix/share/games/doom"
+ DOOMWADDIR="$ac_default_prefix/share/doom"
fi
cat >> confdefs.h <<EOF
#define DOOMWADDIR "$DOOMWADDIR"

View file

@ -0,0 +1,13 @@
$NetBSD: patch-ab,v 1.1.1.1 2001/07/26 12:33:59 zuntum Exp $
--- data/Makefile.in.orig Sat Jun 23 11:57:48 2001
+++ data/Makefile.in
@@ -91,7 +91,7 @@
VERSION = @VERSION@
ac_aux_dir = @ac_aux_dir@
-waddir = $(datadir)/games/doom
+waddir = $(datadir)/doom
wad_DATA = prboom.wad
EXTRA_DIST = prboom.wad
mkinstalldirs = $(SHELL) $(top_srcdir)/autotools/mkinstalldirs

View file

@ -0,0 +1,13 @@
$NetBSD: patch-ac,v 1.1.1.1 2001/07/26 12:33:59 zuntum Exp $
--- src/Makefile.in.orig Sat Jun 23 11:57:51 2001
+++ src/Makefile.in
@@ -97,7 +97,7 @@
SUBDIRS = SDL POSIX
-gamesdir = $(prefix)/games
+gamesdir = $(prefix)/bin
EXTRA_PROGRAMS = prboom-game-server
games_PROGRAMS = prboom @BUILD_SERVER@

4
games/prboom/pkg/DESCR Normal file
View file

@ -0,0 +1,4 @@
Prboom is a modified version of the ID Software's classic game Doom.
It runs on several platforms (include Win32 and Unixes) and features
many additions to the original game. It also supports multiplayer
games.

18
games/prboom/pkg/PLIST Normal file
View file

@ -0,0 +1,18 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/26 12:33:59 zuntum Exp $
bin/prboom
bin/prboom-game-server
man/man5/boom.cfg.5
man/man6/prboom-game-server.6
man/man6/prboom.6
share/doc/prboom/AUTHORS
share/doc/prboom/COPYING
share/doc/prboom/MBF.txt
share/doc/prboom/MBFFAQ.txt
share/doc/prboom/NEWS
share/doc/prboom/README
share/doc/prboom/README.compat
share/doc/prboom/README.demos
share/doc/prboom/boom.txt
share/doom/prboom.wad
@dirrm share/doom
@dirrm share/doc/prboom