aboutsummaryrefslogtreecommitdiffstats
path: root/games/prboom/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-11-13 09:24:03 +0800
committerPav Lucistnik <pav@FreeBSD.org>2007-11-13 09:24:03 +0800
commit25f0a7f8259bb289319904551b8a3b8e52dcf47a (patch)
tree6b61d7328af9cc0a53581e010ac1be1281d16e18 /games/prboom/Makefile
parent268ea6f2948b61abb9b49ee6cfd8d0ed4a7202ac (diff)
downloadfreebsd-ports-gnome-25f0a7f8259bb289319904551b8a3b8e52dcf47a.tar.gz
freebsd-ports-gnome-25f0a7f8259bb289319904551b8a3b8e52dcf47a.tar.zst
freebsd-ports-gnome-25f0a7f8259bb289319904551b8a3b8e52dcf47a.zip
- Update to 2.4.7 (which compiles on 7.0)
PR: ports/117143 Submitted by: Pedro F. Giffuni <giffunip@tutopia.com> Approved by: portmgr (self), maintainer timeout (1 month)
Diffstat (limited to 'games/prboom/Makefile')
-rw-r--r--games/prboom/Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile
index 84d68c97ddad..e616001900db 100644
--- a/games/prboom/Makefile
+++ b/games/prboom/Makefile
@@ -6,14 +6,13 @@
#
PORTNAME= prboom
-PORTVERSION= 2.2.6
-PORTREVISION= 2
+PORTVERSION= 2.4.7
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= robin.schoonover@gmail.com
-COMMENT= A multiplayer-capable and modified version of ID's classic doom game
+COMMENT= A multiplayer-capable and modified version of ID's classic DOOM game
LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg
@@ -31,22 +30,16 @@ MAN5= boom.cfg.5
MAN6= prboom.6 prboom-game-server.6
DATADIR= ${DMDIR}
+PLIST_SUB= PORTVERSION=${PORTVERSION}
.include "${.CURDIR}/../doom-data/Makefile.include"
.include <bsd.port.pre.mk>
.if defined(WITH_GL)
-CONFIGURE_ARGS+=--enable-gl
USE_GL= yes
-.endif
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-. for f in README doc/README.compat doc/README.demos doc/boom.txt
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-. endfor
+.else
+CONFIGURE_ARGS+=--disable-gl
.endif
.include <bsd.port.post.mk>