summaryrefslogtreecommitdiffstats
path: root/education/tuxmath/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'education/tuxmath/BUILD')
-rwxr-xr-xeducation/tuxmath/BUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/education/tuxmath/BUILD b/education/tuxmath/BUILD
new file mode 100755
index 0000000000..320f996d45
--- /dev/null
+++ b/education/tuxmath/BUILD
@@ -0,0 +1,11 @@
+(
+
+ sedit "s:/local::" Makefile
+ sedit "s/-O2/$CFLAGS/" Makefile
+ sedit "s:/usr/bin/:/usr/games/:" Makefile
+ make &&
+ prepare_install &&
+ mkdir -p ${INSTALL_ROOT}/usr/games &&
+ make install
+
+) > $C_FIFO 2>&1