summaryrefslogtreecommitdiffstats
path: root/src/sdl_mixer.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-03-01 15:35:21 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-03-01 15:35:21 (GMT)
commitb05d179c96ba05850b23be6bdeebade4441b7622 (patch)
tree8024e0a802ba4ed54d36b7ce58d4ebf825a3df9c /src/sdl_mixer.mk
parent1e8e85e10aa534a8b074681215ff8f6de4e8b446 (diff)
downloadmxe-b05d179c96ba05850b23be6bdeebade4441b7622.zip
mxe-b05d179c96ba05850b23be6bdeebade4441b7622.tar.gz
mxe-b05d179c96ba05850b23be6bdeebade4441b7622.tar.bz2
put all package's project websites into Make variables $($(PKG)_WEBSITE)
Diffstat (limited to 'src/sdl_mixer.mk')
-rw-r--r--src/sdl_mixer.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl_mixer.mk b/src/sdl_mixer.mk
index 0e22f43..6122bbc 100644
--- a/src/sdl_mixer.mk
+++ b/src/sdl_mixer.mk
@@ -1,10 +1,10 @@
# SDL_mixer
-# http://libsdl.org/projects/SDL_mixer/
PKG := sdl_mixer
$(PKG)_VERSION := 1.2.8
$(PKG)_SUBDIR := SDL_mixer-$($(PKG)_VERSION)
$(PKG)_FILE := SDL_mixer-$($(PKG)_VERSION).tar.gz
+$(PKG)_WEBSITE := http://libsdl.org/projects/SDL_mixer/
$(PKG)_URL := http://libsdl.org/projects/SDL_mixer/release/$($(PKG)_FILE)
$(PKG)_DEPS := gcc sdl libmikmod ogg smpeg