From 30d55a34c1af643ca951be3ebe4c9715a60c9669 Mon Sep 17 00:00:00 2001 From: miwi Date: Thu, 13 Mar 2008 13:52:27 +0000 Subject: devel/sdl12: - Update to 1.2.13 - OPTIONize as recommended by Danny Pansters - Fixed up gnome dependencies as recommended by Danny Panster - Fixed up NOPORTDOCS and NOPORTEXAMPLES knobs as recommended by Danny Pansters - Got rid of library renaming as recommended by Danny Pansters - Pass maintainership to submitter Mk/bsd.sdl.mk: - Fixed _LIB_* entries in order to retrieve the correct library versions. PR: 117608 Submitted by: Marcus von Appen --- Mk/bsd.sdl.mk | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'Mk') diff --git a/Mk/bsd.sdl.mk b/Mk/bsd.sdl.mk index e3ae37b..85820db 100644 --- a/Mk/bsd.sdl.mk +++ b/Mk/bsd.sdl.mk @@ -48,7 +48,7 @@ _USE_SDL_ALL= gfx gui image mixer mm net pango sdl sound ttf # _REQUIRES_xxx also needs these SDL libraries # -_VERSION_gfx= 13 +_VERSION_gfx= 0 _SUBDIR_gfx= graphics _REQUIRES_gfx= sdl @@ -58,30 +58,33 @@ _REQUIRES_gui= sdl image ttf _VERSION_image= 1 _SUBDIR_image= graphics +_LIB_image= SDL_image-1.2 _REQUIRES_image=sdl _VERSION_mixer= 2 _SUBDIR_mixer= audio +_LIB_mixer= SDL_mixer-1.2 _REQUIRES_mixer=sdl _VERSION_mm= 8 -_SUBDIR_mm= devel -_LIB_mm= SDLmm +_SUBDIR_mm= devel +_LIB_mm= SDLmm _PORTDIR_mm= sdlmm _REQUIRES_mm= sdl _VERSION_net= 0 _SUBDIR_net= net +_LIB_net= SDL_net-1.2 _REQUIRES_net= sdl _VERSION_pango= 2 _SUBDIR_pango= x11-toolkits -_LIB_pango= SDL_Pango +_LIB_pango= SDL_Pango _REQUIRES_pango=sdl _VERSION_sdl= 11 _SUBDIR_sdl= devel -_LIB_sdl= SDL +_LIB_sdl= SDL-1.2 _PORTDIR_sdl= sdl12 _VERSION_sound= 1 @@ -90,6 +93,7 @@ _REQUIRES_sound=sdl _VERSION_ttf= 6 _SUBDIR_ttf= graphics +_LIB_ttf= SDL_ttf-2.0 _REQUIRES_ttf= sdl # -- cgit v1.1