An open API service indexing awesome lists of open source software.

https://github.com/swindlesmccoop/freebsd-ports

The /usr/ports/mystuff directory of the FreeBSD ports tree
https://github.com/swindlesmccoop/freebsd-ports

Last synced: 2 months ago
JSON representation

The /usr/ports/mystuff directory of the FreeBSD ports tree

Awesome Lists containing this project

README

        

# Usage
[Set up the ports tree](https://docs.freebsd.org/en/books/handbook/ports/#ports-using-installation-methods)
```
git clone https://git.cbps.xyz/swindlesmccoop/openbsd-ports/
doas cp -r openbsd-ports/* /usr/ports/mystuff/
cd /usr/ports/mystuff/[package]
su
make
```