Switch to wxgtk2.

Approved by:	mdodd (MAINTAINER)
This commit is contained in:
Max Khon 2003-11-09 22:33:21 +00:00
parent b6e8a72e1c
commit f35f3b69bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93593
2 changed files with 6 additions and 6 deletions

View file

@ -19,19 +19,19 @@ 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_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk
wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2
SCORCH_VERSION= 35
WRKSRC= ${WRKDIR}/scorched
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
GNU_CONFIGURE= yes
USE_MESA= yes
USE_GL= yes
USE_GMAKE= yes
USE_AUTOMAKE_VER= 15
USE_AUTOCONF_VER= 253
AUTOMAKE_ARGS= --foreign
CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wx-config
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"

View file

@ -19,19 +19,19 @@ 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_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk
wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2
SCORCH_VERSION= 35
WRKSRC= ${WRKDIR}/scorched
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
GNU_CONFIGURE= yes
USE_MESA= yes
USE_GL= yes
USE_GMAKE= yes
USE_AUTOMAKE_VER= 15
USE_AUTOCONF_VER= 253
AUTOMAKE_ARGS= --foreign
CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wx-config
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"