Add audio/timidity RUN_DEPEND and move packages specific instructions

from DESCR to a proper README.

ok sthen@ jca@
This commit is contained in:
solene 2018-09-22 21:51:16 +00:00
parent aa3d4bcf00
commit 1369628c18
4 changed files with 19 additions and 19 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.25 2017/09/28 23:12:48 naddy Exp $
# $OpenBSD: Makefile,v 1.26 2018/09/22 21:51:16 solene Exp $
COMMENT= enhanced clone of Id Software's Doom game; multiplayer#'
DISTNAME= prboom-2.5.0
REVISION= 1
REVISION= 2
CATEGORIES= games x11
@ -13,7 +13,9 @@ HOMEPAGE= http://prboom.sourceforge.net/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB = SDL c m pthread z GL GLU SDL_mixer>=3 SDL_net>=1 png>=4
WANTLIB = SDL c m pthread GL GLU SDL_mixer>=3 SDL_net>=1 png>=4
RUN_DEPENDS = audio/timidity
LIB_DEPENDS = devel/sdl-mixer \
devel/sdl-net \

View File

@ -2,18 +2,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.
You will need an IWAD for PrBoom to be fully functional. An IWAD is
the main data file containing the graphics and levels for Doom. If
you have a copy of one of the original Doom games, simply copy your
Doom, Doom 2, Ultimate Doom, or Final Doom IWAD (doom.wad, doom2.wad,
tnt.wad, and plutonia.wad respectively) to ${PREFIX}/share/prboom/.
If you do not possess any of those, you can use the shareware IWAD
which is available at:
ftp://ftp.idsoftware.com/idstuff/doom/doom-1.8.wad.gz
Install it to ${PREFIX}/share/prboom as "doom.wad".
If you wish to be able to play the Doom background music, simply
install any FLAVOR of the audio/timidity port.

View File

@ -1,9 +1,10 @@
@comment $OpenBSD: PLIST,v 1.4 2013/03/31 21:09:33 bentley Exp $
@comment $OpenBSD: PLIST,v 1.5 2018/09/22 21:51:16 solene Exp $
@bin bin/prboom
@bin bin/prboom-game-server
@man man/man5/boom.cfg.5
@man man/man6/prboom-game-server.6
@man man/man6/prboom.6
share/doc/pkg-readmes/${PKGSTEM}
share/doc/prboom/
@comment share/doc/prboom/AUTHORS
@comment share/doc/prboom/COPYING

12
games/prboom/pkg/README Normal file
View File

@ -0,0 +1,12 @@
You will need an IWAD for PrBoom to be fully functional. An IWAD is
the main data file containing the graphics and levels for Doom. If
you have a copy of one of the original Doom games, simply copy your
Doom, Doom 2, Ultimate Doom, or Final Doom IWAD (doom.wad, doom2.wad,
tnt.wad, and plutonia.wad respectively) to ${PREFIX}/share/prboom/.
If you do not possess any of those, you can use the shareware IWAD
which is available at:
ftp://ftp.fu-berlin.de/pc/msdos/games/idgames/idstuff/doom/doom-1.8.wad.gz
SHA256 (doom-1.8.wad.gz) = WM9qVjtjGkdWFjCvpidthTwnB5NC95aewwBpZdqFV6E=
Install it to ${PREFIX}/share/prboom as "doom.wad".