Project Builder pbproj file to standard Makefile converter
pbtomake is an application to convert from an Apple Project Builder pbproj file to standard Makefile. It will convert simple projects to allow them to be built on other platforms.
pbtomake is an application to convert from an Apple Project Builder pbproj file to standard Makefile. It will convert simple projects to allow them to be built on other platforms.
To install pbtomake, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pbtomake
To see what files were installed by pbtomake, run:
port contents pbtomake
To later upgrade pbtomake, run:
sudo port selfupdate && sudo port upgrade pbtomake
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.