aboutsummaryrefslogtreecommitdiff
path: root/games/quake2max
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-02-05 14:49:44 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-02-05 14:49:44 +0000
commit8d7524fee349a6bbf4a385777106daf4f2e138c1 (patch)
tree4d5233652bdaa6ac843555baed27deda8d2964c5 /games/quake2max
parent14e68a593b7e8008b86ef1d244087c75ede495a5 (diff)
downloadports-8d7524fee349a6bbf4a385777106daf4f2e138c1.tar.gz
ports-8d7524fee349a6bbf4a385777106daf4f2e138c1.zip
Notes
Diffstat (limited to 'games/quake2max')
-rw-r--r--games/quake2max/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/games/quake2max/Makefile b/games/quake2max/Makefile
index d77a89d633df..cd03d7db6695 100644
--- a/games/quake2max/Makefile
+++ b/games/quake2max/Makefile
@@ -3,7 +3,7 @@
PORTNAME= quake2max
PORTVERSION= 0.45
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= games
MASTER_SITES= http://www.bfeared.com/library/quake/archive/quakedev/qudos/quake2/engines/Quake2MaX/:src \
LOCAL/alepulver/:data
@@ -14,12 +14,13 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= danfe@FreeBSD.org
COMMENT= OpenGL-only Quake II engine modification
-LICENSE= GPLv2
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/gnu.txt
EXTRACT_DEPENDS= unrar:archivers/unrar
USES= gmake tar:bzip2
-USE_XORG= xxf86dga
+USE_XORG= x11 xext xxf86vm xxf86dga
ALL_TARGET= release
WRKSRC= ${WRKDIR}/${DISTNAME:S/quake2max/Quake2maX/}
@@ -48,7 +49,7 @@ USE_GL= glu
.endif
.if ${PORT_OPTIONS:MSDLCLIENT} || ${PORT_OPTIONS:MSDLGL}
-USE_SDL= yes
+USE_SDL= sdl
.endif
.if ${PORT_OPTIONS:MCLIENT}