From 231104751db42135a67b315cfb1f302f1d60e1f7 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 26 Jul 2001 12:33:59 +0000 Subject: 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. --- games/prboom/Makefile | 18 ++++++++++++++++++ games/prboom/distinfo | 7 +++++++ games/prboom/patches/patch-aa | 16 ++++++++++++++++ games/prboom/patches/patch-ab | 13 +++++++++++++ games/prboom/patches/patch-ac | 13 +++++++++++++ games/prboom/pkg/DESCR | 4 ++++ games/prboom/pkg/PLIST | 18 ++++++++++++++++++ 7 files changed, 89 insertions(+) create mode 100644 games/prboom/Makefile create mode 100644 games/prboom/distinfo create mode 100644 games/prboom/patches/patch-aa create mode 100644 games/prboom/patches/patch-ab create mode 100644 games/prboom/patches/patch-ac create mode 100644 games/prboom/pkg/DESCR create mode 100644 games/prboom/pkg/PLIST (limited to 'games') diff --git a/games/prboom/Makefile b/games/prboom/Makefile new file mode 100644 index 00000000000..75e9d29402a --- /dev/null +++ b/games/prboom/Makefile @@ -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" diff --git a/games/prboom/distinfo b/games/prboom/distinfo new file mode 100644 index 00000000000..f094682b1f6 --- /dev/null +++ b/games/prboom/distinfo @@ -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 diff --git a/games/prboom/patches/patch-aa b/games/prboom/patches/patch-aa new file mode 100644 index 00000000000..74302549fe8 --- /dev/null +++ b/games/prboom/patches/patch-aa @@ -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 <