aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
diff options
context:
space:
mode:
authorBastien Bouclet2019-04-27 12:22:35 +0200
committerBastien Bouclet2019-05-05 08:52:12 +0200
commit1d0d842e2aceeb69ab08b4e65e01b258f57b116f (patch)
tree57abd795759ae29c3f08b620ff23c5486b4dbcd1 /ports.mk
parenta5d93d933ab65d5a7efcc88926ce116618f06fcd (diff)
downloadscummvm-rg350-1d0d842e2aceeb69ab08b4e65e01b258f57b116f.tar.gz
scummvm-rg350-1d0d842e2aceeb69ab08b4e65e01b258f57b116f.tar.bz2
scummvm-rg350-1d0d842e2aceeb69ab08b4e65e01b258f57b116f.zip
BUILD: Add the licence file for the Source Code Pro font
Diffstat (limited to 'ports.mk')
-rw-r--r--ports.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports.mk b/ports.mk
index ad156e6f94..cc216c4eee 100644
--- a/ports.mk
+++ b/ports.mk
@@ -123,6 +123,7 @@ endif
rm $(bundle_name)/Contents/Resources/AUTHORS
cp $(bundle_name)/Contents/Resources/COPYING.LGPL $(bundle_name)/Contents/Resources/COPYING-LGPL
cp $(bundle_name)/Contents/Resources/COPYING.FREEFONT $(bundle_name)/Contents/Resources/COPYING-FREEFONT
+ cp $(bundle_name)/Contents/Resources/COPYING.OFL $(bundle_name)/Contents/Resources/COPYING-OFL
cp $(bundle_name)/Contents/Resources/COPYING.BSD $(bundle_name)/Contents/Resources/COPYING-BSD
chmod 644 $(bundle_name)/Contents/Resources/*
cp scummvm-static $(bundle_name)/Contents/MacOS/scummvm
@@ -402,6 +403,7 @@ osxsnap: bundle
mv ./ScummVM-snapshot/COPYING ./ScummVM-snapshot/License\ \(GPL\)
mv ./ScummVM-snapshot/COPYING.LGPL ./ScummVM-snapshot/License\ \(LGPL\)
mv ./ScummVM-snapshot/COPYING.FREEFONT ./ScummVM-snapshot/License\ \(FREEFONT\)
+ mv ./ScummVM-snapshot/COPYING.OFL ./ScummVM-snapshot/License\ \(OFL\)
mv ./ScummVM-snapshot/COPYING.BSD ./ScummVM-snapshot/License\ \(BSD\)
$(XCODETOOLSPATH)/SetFile -t ttro -c ttxt ./ScummVM-snapshot/*
mkdir ScummVM-snapshot/doc