aboutsummaryrefslogtreecommitdiff
path: root/games/r1q2
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-07-28 22:59:40 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-07-28 22:59:40 +0000
commitd4040ceb9737bf53352d5448f9014839c92ce2b8 (patch)
tree04229c5a2253bfb1b52de44358e20500bca85b0d /games/r1q2
parentfa01b6052312ee7cd4ba25ed7f6deb76d3d47d80 (diff)
downloadports-d4040ceb9737bf53352d5448f9014839c92ce2b8.tar.gz
ports-d4040ceb9737bf53352d5448f9014839c92ce2b8.zip
Notes
Diffstat (limited to 'games/r1q2')
-rw-r--r--games/r1q2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/r1q2/Makefile b/games/r1q2/Makefile
index 4318b9b6acc5..dd5ee4f6ff39 100644
--- a/games/r1q2/Makefile
+++ b/games/r1q2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= r1q2
PORTVERSION= 6557
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.r1ch.net/stuff/r1q2/src/
DISTNAME= ${PORTNAME}-b${PORTVERSION}-src
@@ -29,7 +29,7 @@ NO_WRKSUBDIR= yes
OPTIONS= CLIENT "Build OpenGL client" on \
DEDICATED "Build dedicated server" on \
- GAME "Build main game modification" on \
+ GAME "Build a main game .so file" off \
GLX "Build OpenGL renderer" on \
HTTP "Enable HTTP download support" on \
OPENAL "Enable OpenAL support" on \
@@ -77,7 +77,7 @@ R1Q2_BIN+= r1q2ded
PLIST_SUB+= DEDICATED="@comment "
.endif
-.if !defined(WITHOUT_GAME)
+.if defined(WITH_GAME)
MAKE_ENV+= BUILD_GAME=YES
PLIST_SUB+= GAME=""
.else
@@ -136,7 +136,7 @@ do-install:
.for f in ${R1Q2_REF}
${INSTALL_PROGRAM} ${WRKSRC}/quake2/ref_${f}.so ${LIBDIR}
.endfor
-.if !defined(WITHOUT_GAME)
+.if defined(WITH_GAME)
${INSTALL_PROGRAM} ${WRKSRC}/quake2/baseq2/game.so ${LIBDIR}/baseq2
.endif
.if !defined(NOPORTDOCS)