the rules to build this great game

This commit is contained in:
Michael Vinícius de Oliveira
2009-11-01 22:00:17 +00:00
parent 92f248edfd
commit 8bd5ed81be
2 changed files with 29 additions and 0 deletions

View File

@@ -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
}