summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-13 13:52:27 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-13 13:52:27 +0000
commitc6222625937e21ce60862ddd79b80fc501392026 (patch)
treeffdab890919a5c860812c84d0a22beac72e1444c /Mk
parent- Fix WWW (diff)
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 <mva@sysfault.org>
Notes
Notes: svn path=/head/; revision=208945
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.sdl.mk14
1 files changed, 9 insertions, 5 deletions
diff --git a/Mk/bsd.sdl.mk b/Mk/bsd.sdl.mk
index e3ae37bc4034..85820db2c943 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
#