Merged in TwoFx/haikuports/lgames (pull request #467)

Relocate configs/savegames/etc for LGames
This commit is contained in:
Scott McCreary
2015-01-14 19:11:14 -08:00
14 changed files with 1055 additions and 189 deletions

View File

@@ -14,8 +14,7 @@ LICENSE="GNU GPL v2"
COPYRIGHT="2001-2011 Michael Speck"
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
PATCHES="lbreakout2-2.6.4.patch"
GLOBAL_WRITABLE_FILES="var/lbreakout2.hscr keep-old"
PATCHES="lbreakout2-2.6.4.patchset"
PROVIDES="
lbreakout2 = $portVersion
@@ -58,5 +57,10 @@ BUILD()
INSTALL()
{
make install
rm $localStateDir/lbreakout2.hscr
rm -rf $dataDir/applications
rm -rf $dataDir/icons
addAppDeskbarSymlink $binDir/lbreakout2 LBreakout2
}