Portfiles for Orfeo Toolbox (www.orfeo-toolbox.org/otb) Installation Instructions: Go to some directory where you want to save these Portfiles, this could be anywhere. Example: $ cd ~ Clone from GitHub $ git clone git@github.com:julienmalik/macport.git Change to the newly created macport directory $ cd macport Create the port Index $ portindex Add this folder to /opt/local/etc/macports/sources.conf $ [sudo] echo “file://`pwd`” >> /opt/local/etc/macports/sources.conf Now you can install orfeotoolbox $ sudo port install orfeotoolbox