blob: 51bd3b1eae962877a281c1da9389503455dacf69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
MacPorts Ports
==============
A collection of ports for various projects.
## Adding this repository source
Clone the repository to the local filesystem:
$ cd /opt/local/var/macports/sources/
$ sudo mkdir -p github.com/teddywing/macports-ports/
$ sudo chown -R $USER:admin github.com
$ git clone https://github.com/teddywing/macports-ports.git github.com/teddywing/macports-ports
Edit the `/opt/local/etc/macports/sources.conf` and add the following line
_above_ the default MacPorts source:
file:///opt/local/var/macports/sources/github.com/teddywing/macports-ports
Synchronize the ports tree:
sudo port -v sync
## License
Licensed under the Mozilla Public License v. 2.0 (see the included LICENSE
file).
|