aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
diff options
context:
space:
mode:
authorEugene Sandulenko2009-08-22 12:35:49 +0000
committerEugene Sandulenko2009-08-22 12:35:49 +0000
commit70b7ebb33901d3dff5426c1c2fa12bc5087b721a (patch)
treef59df4da0c5ee5951edeac8cebd921c022592811 /ports.mk
parentea87405ae412c7c4275cc1966750b817e44e255a (diff)
downloadscummvm-rg350-70b7ebb33901d3dff5426c1c2fa12bc5087b721a.tar.gz
scummvm-rg350-70b7ebb33901d3dff5426c1c2fa12bc5087b721a.tar.bz2
scummvm-rg350-70b7ebb33901d3dff5426c1c2fa12bc5087b721a.zip
Patch #2826508: "Motorola A1200/E6/A1600 (motoezx) patch"
svn-id: r43636
Diffstat (limited to 'ports.mk')
-rw-r--r--ports.mk16
1 files changed, 15 insertions, 1 deletions
diff --git a/ports.mk b/ports.mk
index 6fc2796cc8..84c9845ee0 100644
--- a/ports.mk
+++ b/ports.mk
@@ -204,7 +204,21 @@ ifneq ($(DIST_FILES_ENGINEDATA),)
endif
$(CP) $(srcdir)/backends/vkeybd/packs/vkeybd_default.zip wiidist/scummvm/
-.PHONY: deb bundle osxsnap win32dist wiidist install uninstall
+#
+# Linuxmoto/motoezx specific
+#
+
+# Special target to create a motoezx snapshot
+motoezx: $(EXECUTABLE)
+ $(MKDIR) motoezx/scummvm
+ $(CP) $(EXECUTABLE) motoezx/scummvm/
+ $(STRIP) motoezx/scummvm/$(EXECUTABLE)
+ $(INSTALL) -c -m 644 $(DIST_FILES_THEMES) $(DIST_FILES_ENGINEDATA) motoezx/scummvm/
+ $(CP) $(srcdir)/backends/vkeybd/packs/vkeybd_default.zip motoezx/scummvm/
+ $(CP) $(srcdir)/dists/motoezx/* motoezx/scummvm/
+ tar -C motoezx -cvzf motoezx/ScummVM.pkg scummvm
+
+.PHONY: deb bundle osxsnap win32dist wiidist motoezx install uninstall
#
# ARM specific