diff --git a/games-puzzle/flobopuyo/flobopuyo-0.20.bep b/games-puzzle/flobopuyo/flobopuyo-0.20.bep new file mode 100644 index 000000000..f49040d9e --- /dev/null +++ b/games-puzzle/flobopuyo/flobopuyo-0.20.bep @@ -0,0 +1,17 @@ +DESCRIPTION="flobopuyo" +HOMEPAGE="http://www.ios-software.com/?page=projet&quoi=29&lg=AN" +SRC_URI="http://www.ios-software.com/download.php3?what=20151&lg=AN" +REVISION="1" +STATUS_R5="untested" +STATUS_BONE="untested" +STATUS_HAIKU="tested" +DEPEND="media-lib/libsdl media-lib/sdl-mixer" +BUILD { + cd flubopuyo-0.2.0 + make +} + +INSTALL { + cd flubopuyo-0.2.0 + make install +} diff --git a/games-puzzle/flobopuyo/flobopuyo-0.20.patch b/games-puzzle/flobopuyo/flobopuyo-0.20.patch new file mode 100644 index 000000000..dbae28f6c --- /dev/null +++ b/games-puzzle/flobopuyo/flobopuyo-0.20.patch @@ -0,0 +1,12 @@ +diff -Naur flobopuyo-0.20/Makefile flobopuyo-0.20-haiku/Makefile +--- flobopuyo-0.20/Makefile 2004-10-08 22:41:12.000000000 +0000 ++++ flobopuyo-0.20-haiku/Makefile 2009-11-01 19:26:32.000000000 +0000 +@@ -12,7 +12,7 @@ + DEBUG_MODE=false + + # Unix/Linux settings +-PREFIX=/usr/local ++PREFIX=/boot/common + DATADIR=$(PREFIX)/share/games/flobopuyo + INSTALL_BINDIR=$(DESTDIR)/$(PREFIX)/games + INSTALL_DATADIR=$(DESTDIR)/$(DATADIR)