diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-13 21:52:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-13 21:52:27 +0800 |
commit | 30d55a34c1af643ca951be3ebe4c9715a60c9669 (patch) | |
tree | a3700bb49357e26095a4dcb679605fbe20c2e9ba /Mk/bsd.sdl.mk | |
parent | a06cf1df98d60af17b4f837bbb1388934f1c68df (diff) | |
download | freebsd-ports-gnome-30d55a34c1af643ca951be3ebe4c9715a60c9669.tar.gz freebsd-ports-gnome-30d55a34c1af643ca951be3ebe4c9715a60c9669.tar.zst freebsd-ports-gnome-30d55a34c1af643ca951be3ebe4c9715a60c9669.zip |
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>
Diffstat (limited to 'Mk/bsd.sdl.mk')
-rw-r--r-- | Mk/bsd.sdl.mk | 14 |
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 # |