aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/prboom/Makefile12
-rw-r--r--games/prboom/pkg-plist16
2 files changed, 14 insertions, 14 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile
index a199fea6886e..cf8f16780201 100644
--- a/games/prboom/Makefile
+++ b/games/prboom/Makefile
@@ -10,9 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Multiplayer-capable and modified version of ID's classic DOOM game
-LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg
+LIB_DEPENDS= libsmpeg.so:${PORTSDIR}/multimedia/smpeg
-USE_GMAKE= yes
+USES= gmake
USE_SDL= mixer net sdl
GNU_CONFIGURE= yes
@@ -22,21 +22,17 @@ LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= OPENGL
OPTIONS_DEFAULT= OPENGL
-MAN5= boom.cfg.5
-MAN6= prboom.6 prboom-game-server.6
-
DATADIR= ${DMDIR}
PLIST_SUB= PORTVERSION=${PORTVERSION}
-NO_STAGE= yes
+OPENGL_CONFIGURE_ENABLE= gl
+
.include "${.CURDIR}/../doom-data/Makefile.include"
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOPENGL}
USE_GL= yes
-.else
-CONFIGURE_ARGS+=--disable-gl
.endif
.include <bsd.port.mk>
diff --git a/games/prboom/pkg-plist b/games/prboom/pkg-plist
index c69028f2fb48..a075bd54f18d 100644
--- a/games/prboom/pkg-plist
+++ b/games/prboom/pkg-plist
@@ -1,9 +1,13 @@
bin/prboom
bin/prboom-game-server
+man/man5/boom.cfg.5.gz
+man/man6/prboom-game-server.6.gz
+man/man6/prboom.6.gz
%%DATADIR%%/prboom.wad
-share/doc/prboom-%%PORTVERSION%%/boom.txt
-share/doc/prboom-%%PORTVERSION%%/MBF.txt
-share/doc/prboom-%%PORTVERSION%%/MBFFAQ.txt
-share/doc/prboom-%%PORTVERSION%%/README.demos
-share/doc/prboom-%%PORTVERSION%%/README.compat
-@dirrm share/doc/prboom-%%PORTVERSION%%
+%%DOCSDIR%%-%%PORTVERSION%%/boom.txt
+%%DOCSDIR%%-%%PORTVERSION%%/MBF.txt
+%%DOCSDIR%%-%%PORTVERSION%%/MBFFAQ.txt
+%%DOCSDIR%%-%%PORTVERSION%%/README.demos
+%%DOCSDIR%%-%%PORTVERSION%%/README.compat
+@dirrm %%DOCSDIR%%-%%PORTVERSION%%
+@dirrmtry %%DATADIR%%