A collection of portfiles specific to Atlas.
- Clone this repository to a path of your choosing. A good, known
working directory is
/private/tmp
. - Edit your
/opt/local/etc/macports/sources.conf
file to include a link to the location of this repository on your disk.- As an example, if you had cloned this repository to
/var/local/ports
you would add a line above the default source insources.conf
with the following syntax:file:///var/local/ports
- As an example, if you had cloned this repository to
- Within the ports tree (this repository) execute
portindex
to recreate the port tree index. - After setting up your new source, you will need to execute:
sudo port selfupdate
for MacPorts to update its sources.
Your set-up is now complete and you can install ports from this ports tree! When a port is not found in this ports tree, it will fallback to the default MacPorts official source.