Icmake is a hybrid between a 'make' utility and a 'shell script' language. Originally, it was written to provide a useful tool for automatic program maintenance and system administrative tasks on old MS-DOS platforms. (Not to be confused with Kitware's CMake build system.)
Icmake is a hybrid between a 'make' utility and a 'shell script' language. Originally, it was written to provide a useful tool for automatic program maintenance and system administrative tasks on old MS-DOS platforms. (Not to be confused with Kitware's CMake build system.)
To install icmake, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install icmake
To see what files were installed by icmake, run:
port contents icmake
To later upgrade icmake, run:
sudo port selfupdate && sudo port upgrade icmake
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.