Home
last modified time | relevance | path

Searched refs:SDLVERSION (Results 1 – 10 of 10) sorted by relevance

/dports/games/xrick/xrick-021212/
H A DMakefile18 SDLVERSION=$(shell sdl-config --version 2>/dev/null) macro
26 ifeq ($(strip $(SDLVERSION)),)
29 $(warning Detected SDL version $(SDLVERSION))
32 ifeq ($(strip $(SDLVERSION)),)
36 SDL_MAJ=$(word 1,$(subst ., ,$(SDLVERSION)))
37 SDL_MIN=$(word 2,$(subst ., ,$(SDLVERSION)))
38 SDL_MIC=$(word 3,$(subst ., ,$(SDLVERSION)))
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/sdl/
H A Dmake-bindist_beos.sh39 SDLVERSION=$9
71 if test x"$SDLVERSION" = "x2"; then
79 if test x"$SDLVERSION" = "x2"; then
114 if test x"$SDLVERSION" = "x2"; then
137 if test x"$SDLVERSION" = "x2"; then
143 if test x"$SDLVERSION" = "x2"; then
H A Dmake-bindist_win32.sh38 SDLVERSION=$8
65 if test x"$SDLVERSION" = "x2"; then
106 if test x"$SDLVERSION" = "x2"; then
112 if test x"$SDLVERSION" = "x2"; then
H A Dmake-bindist_amiga.sh39 SDLVERSION=$9
64 if test x"$SDLVERSION" = "x2"; then
/dports/emulators/vice/vice-3.5/src/arch/sdl/
H A Dmake-bindist_beos.sh38 SDLVERSION=$8
80 if test x"$SDLVERSION" = "x2"; then
88 if test x"$SDLVERSION" = "x2"; then
123 if test x"$SDLVERSION" = "x2"; then
146 if test x"$SDLVERSION" = "x2"; then
152 if test x"$SDLVERSION" = "x2"; then
H A Dmake-bindist_osx.sh39 SDLVERSION=$6
42 if test x"$SDLVERSION" = "x2"; then
H A Dmake-bindist_win32.sh42 SDLVERSION=$9
103 if test x"$SDLVERSION" = "x2"; then
202 echo $WINXX SDL$SDLVERSION port binary distribution archive generated as
206 echo $WINXX SDL$SDLVERSION port binary distribution directory generated as
H A Dmake-bindist_amiga.sh39 SDLVERSION=$9
64 if test x"$SDLVERSION" = "x2"; then
/dports/games/rezerwar/rezerwar-0.4.2/
H A Dconfigure30 SDLVERSION=`$SDLCONFIG --version`
31 MAJOR=`echo $SDLVERSION | sed 's/^\([0-9]\)\..*/\1/'`
32 MINOR=`echo $SDLVERSION | sed 's/.*\.\([0-9]\)\..*/\1/'`
33 REV=`echo $SDLVERSION | sed 's/.*\.\([0-9]\{1,2\}\)$/\1/'`
36 echo "found wrong version ($SDLVERSION) =/"
40 echo "found ($SDLVERSION)"
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/
H A Dconfigure70 SDLVERSION=sdl && echo $SDL_CONFIG | grep -q sdl2 && SDLVERSION=sdl2
385 if [ "$SDLVERSION" = "sdl2" ]; then