aboutsummaryrefslogtreecommitdiff
path: root/games/scorched3d
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-20 21:18:12 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-20 21:18:12 +0000
commitffc486df06c7eda230c428c1f8761c13ee97e83c (patch)
treea75059efcc4ba44d07e36710805846aa16080e57 /games/scorched3d
parentf5fe85b2db7e0d33ec4a688a8143d1163eea63bb (diff)
downloadports-ffc486df06c7eda230c428c1f8761c13ee97e83c.tar.gz
ports-ffc486df06c7eda230c428c1f8761c13ee97e83c.zip
Notes
Diffstat (limited to 'games/scorched3d')
-rw-r--r--games/scorched3d/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/games/scorched3d/Makefile b/games/scorched3d/Makefile
index fc1c9e134030..d4b16fb860f0 100644
--- a/games/scorched3d/Makefile
+++ b/games/scorched3d/Makefile
@@ -16,14 +16,11 @@ DISTNAME= Scorched3D-${SCORCH_VERSION}-src
MAINTAINER= mdodd@FreeBSD.org
COMMENT= Scorched is a game based loosely on the classic DOS game
-LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
- SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
- SDL_net.0:${PORTSDIR}/net/sdl_net \
- wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2
+LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2
+USE_SDL= mixer net sdl
SCORCH_VERSION= 35
WRKSRC= ${WRKDIR}/scorched
-SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
GNU_CONFIGURE= yes
USE_GL= yes
USE_GMAKE= yes
@@ -32,9 +29,7 @@ USE_AUTOCONF_VER= 253
AUTOMAKE_ARGS= --foreign
CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wxgtk2-2.4-config
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
- SDL_CONFIG="${LOCALBASE}/bin/sdl11-config"
-MAKE_ENV= SDL_CONFIG="${LOCALBASE}/bin/sdl11-config"
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" \
AUTOMAKE="${TRUE}" AUTOHEADER="${TRUE}"