diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-07-26 12:33:59 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-07-26 12:33:59 +0000 |
commit | 231104751db42135a67b315cfb1f302f1d60e1f7 (patch) | |
tree | 985cb75b1630a0adf9f769376a873faaf780ee19 /games/prboom | |
parent | 441850213f6170a79649185e605cb1940840fa20 (diff) | |
download | pkgsrc-231104751db42135a67b315cfb1f302f1d60e1f7.tar.gz |
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.
Diffstat (limited to 'games/prboom')
-rw-r--r-- | games/prboom/Makefile | 18 | ||||
-rw-r--r-- | games/prboom/distinfo | 7 | ||||
-rw-r--r-- | games/prboom/patches/patch-aa | 16 | ||||
-rw-r--r-- | games/prboom/patches/patch-ab | 13 | ||||
-rw-r--r-- | games/prboom/patches/patch-ac | 13 | ||||
-rw-r--r-- | games/prboom/pkg/DESCR | 4 | ||||
-rw-r--r-- | games/prboom/pkg/PLIST | 18 |
7 files changed, 89 insertions, 0 deletions
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 <<EOF + #define DOOMWADDIR "$DOOMWADDIR" diff --git a/games/prboom/patches/patch-ab b/games/prboom/patches/patch-ab new file mode 100644 index 00000000000..59ab351983b --- /dev/null +++ b/games/prboom/patches/patch-ab @@ -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 diff --git a/games/prboom/patches/patch-ac b/games/prboom/patches/patch-ac new file mode 100644 index 00000000000..d054acbe72d --- /dev/null +++ b/games/prboom/patches/patch-ac @@ -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@ + diff --git a/games/prboom/pkg/DESCR b/games/prboom/pkg/DESCR new file mode 100644 index 00000000000..63d6705eade --- /dev/null +++ b/games/prboom/pkg/DESCR @@ -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. diff --git a/games/prboom/pkg/PLIST b/games/prboom/pkg/PLIST new file mode 100644 index 00000000000..bfa9ea483b5 --- /dev/null +++ b/games/prboom/pkg/PLIST @@ -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 |