diff options
author | shattered <shattered@pkgsrc.org> | 2014-09-13 12:55:06 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2014-09-13 12:55:06 +0000 |
commit | c842f5b268d34dab73bb600ad92b21822f211163 (patch) | |
tree | 77f5db819c05ac8dc21b0bde1babd9fda9ed9967 /games | |
parent | 81f71754f4e7884af611d6b658f3e0f5f19a6c8f (diff) | |
download | pkgsrc-c842f5b268d34dab73bb600ad92b21822f211163.tar.gz |
Import prboom-plus-2.5.1.3 as games/prboom-plus.
PrBoom+ is a modified version of id Software's classic game DOOM. It
runs on several platforms (including Win32 and Unixes) and features many
additions to the original game. It also supports multiplayer games.
Diffstat (limited to 'games')
-rw-r--r-- | games/prboom-plus/DESCR | 3 | ||||
-rw-r--r-- | games/prboom-plus/Makefile | 24 | ||||
-rw-r--r-- | games/prboom-plus/PLIST | 19 | ||||
-rw-r--r-- | games/prboom-plus/distinfo | 5 |
4 files changed, 51 insertions, 0 deletions
diff --git a/games/prboom-plus/DESCR b/games/prboom-plus/DESCR new file mode 100644 index 00000000000..41597a6d396 --- /dev/null +++ b/games/prboom-plus/DESCR @@ -0,0 +1,3 @@ +PrBoom+ is a modified version of id Software's classic game DOOM. It +runs on several platforms (including Win32 and Unixes) and features many +additions to the original game. It also supports multiplayer games. diff --git a/games/prboom-plus/Makefile b/games/prboom-plus/Makefile new file mode 100644 index 00000000000..980db24df93 --- /dev/null +++ b/games/prboom-plus/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2014/09/13 12:55:06 shattered Exp $ + +DISTNAME= prboom-plus-2.5.1.3 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prboom-plus/} + +MAINTAINER= drochner@NetBSD.org +HOMEPAGE= http://prboom-plus.sourceforge.net/ +COMMENT= Multiplayer-capable and modified version of DOOM +LICENSE= gnu-gpl-v2 + +GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --with-waddir=${PREFIX}/share/doom + +SUBST_CLASSES+= gamesdir +SUBST_STAGE.gamesdir= post-patch +SUBST_MESSAGE.gamesdir= Fixing hard-coded gamesdir +SUBST_FILES.gamesdir= src/Makefile.in +SUBST_SED.gamesdir+=-e '/^gamesdir =/ s;/games;/bin;g' + +.include "../../audio/SDL_mixer/buildlink3.mk" +.include "../../net/SDL_net/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/games/prboom-plus/PLIST b/games/prboom-plus/PLIST new file mode 100644 index 00000000000..4e91bbb744a --- /dev/null +++ b/games/prboom-plus/PLIST @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1 2014/09/13 12:55:06 shattered Exp $ +bin/prboom-plus +bin/prboom-plus-game-server +man/man5/prboom-plus.cfg.5 +man/man6/prboom-plus-game-server.6 +man/man6/prboom-plus.6 +share/doc/${PKGNAME}/AUTHORS +share/doc/${PKGNAME}/COPYING +share/doc/${PKGNAME}/MBF.txt +share/doc/${PKGNAME}/MBFFAQ.txt +share/doc/${PKGNAME}/NEWS +share/doc/${PKGNAME}/README +share/doc/${PKGNAME}/README.compat +share/doc/${PKGNAME}/README.demos +share/doc/${PKGNAME}/boom.txt +share/doc/${PKGNAME}/prboom-plus-history.html +share/doc/${PKGNAME}/prboom-plus-history.txt +share/doc/${PKGNAME}/prboom-plus-usage.txt +share/doom/prboom-plus.wad diff --git a/games/prboom-plus/distinfo b/games/prboom-plus/distinfo new file mode 100644 index 00000000000..06dfa0084d5 --- /dev/null +++ b/games/prboom-plus/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/09/13 12:55:06 shattered Exp $ + +SHA1 (prboom-plus-2.5.1.3.tar.gz) = f7448128ac725d48325ed6bc4f613708501dc875 +RMD160 (prboom-plus-2.5.1.3.tar.gz) = 345ce730eb045f800d750fb90b2f603e9fe8e7d5 +Size (prboom-plus-2.5.1.3.tar.gz) = 1465003 bytes |