Re: Makefile for a custom port

2022-07-30 Thread Stuart Henderson
On 2022-07-30, Mik J wrote: > Hello Omar, > Thank you for your answer.What am I supposed to do if the software has no > Makefile > If I want it to be installed manually, I need to type something like rake30 > build:agent > Am I supposed to deconstruct the initial installer that is provided in

Re: Makefile for a custom port

2022-07-30 Thread Omar Polo
Mik J wrote: > Hello, > I'm trying to make a port > This program has dependencies with Go to name one. > How should I indicate this dependency in the Makefile ? for some big stuff like go, python etc the right way is often just include the correct module MODULES = lang/go see