[Lunar-commits] r18139 - moonbase/trunk/games/foobillard
Florin Braescu
florin at lunar-linux.org
Sun Jan 15 17:02:26 UTC 2006
Author: florin
Date: 2006-01-15 17:02:25 +0000 (Sun, 15 Jan 2006)
New Revision: 18139
Modified:
moonbase/trunk/games/foobillard/BUILD
moonbase/trunk/games/foobillard/DEPENDS
Log:
simplify the BUILD file.
Modified: moonbase/trunk/games/foobillard/BUILD
===================================================================
--- moonbase/trunk/games/foobillard/BUILD 2006-01-15 16:58:32 UTC (rev 18138)
+++ moonbase/trunk/games/foobillard/BUILD 2006-01-15 17:02:25 UTC (rev 18139)
@@ -1,11 +1,6 @@
(
sedit "s:exec_prefix}/bin:exec_prefix}/games:" configure &&
sedit "s:prefix}/share:prefix}/share/games:" configure &&
+ default_game_build
- ./configure --prefix=/usr \
- --bindir=/usr/games \
- --datadir=/usr/share/games &&
-
- default_make
-
) > $C_FIFO 2>&1
Modified: moonbase/trunk/games/foobillard/DEPENDS
===================================================================
--- moonbase/trunk/games/foobillard/DEPENDS 2006-01-15 16:58:32 UTC (rev 18138)
+++ moonbase/trunk/games/foobillard/DEPENDS 2006-01-15 17:02:25 UTC (rev 18139)
@@ -1,5 +1,6 @@
-depends freetype2 &&
-depends libpng &&
-depends glut &&
+depends freetype2 &&
+depends libpng &&
+depends glut &&
+
optional_depends "NVIDIA" "--enable-bumpref=yes" "--enable-bumpref=no" \
"for extended NV OpenGL functions"
More information about the Lunar-commits
mailing list