summaryrefslogtreecommitdiff
path: root/games/quakeforge
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-16 17:33:20 +0000
commit2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch)
tree0b080fcd55271333176593e1b9bc0b48aedbe9fa /games/quakeforge
parentAdd xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff)
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes: svn path=/head/; revision=37252
Diffstat (limited to 'games/quakeforge')
-rw-r--r--games/quakeforge/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile
index a15a0c24f582..6858a33eb7fb 100644
--- a/games/quakeforge/Makefile
+++ b/games/quakeforge/Makefile
@@ -22,23 +22,23 @@ BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake
LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl \
${GL_DEPENDS}
-WADFILE= quakesw-1.0.6.tar.gz
+WADFILE= quakesw-1.0.6.tar.gz
USE_BZIP2= yes
USE_GMAKE= yes
USE_AUTOCONF= yes
USE_XLIB= yes
PLIST= ${WRKDIR}/PLIST
-AUTOCONF= ${WRKSRC}/bootstrap
+AUTOCONF= ${WRKSRC}/bootstrap
-BINARIES= quake-x11 quake-sdl qw-client-x11 qw-client-sdl qw-server
+BINARIES= quake-x11 quake-sdl qw-client-x11 qw-client-sdl qw-server
-CONFIGURE_ARGS= "--with-sdl=${LOCALBASE}"
+CONFIGURE_ARGS= "--with-sdl=${LOCALBASE}"
CONFIGURE_ENV= "SDL_LIBS=`sdl-config --libs`" \
"SDL_CFLAGS=`sdl-config --cflags`"
.if defined(WITH_GLX)
GL_DEPENDS= GL.1:${PORTSDIR}/graphics/utah-glx
-BINARIES+= quake-gl qw-client-gl
+BINARIES+= quake-gl qw-client-gl
.else
GL_DEPENDS=
CONFIGURE_ARGS+=--without-opengl