Solved Porting new software

Is it bad practice to do the Makefile and go from there?
No, that's what I typically do. Same with Puppet and Ansible. I see many people installing software and configuring it first, then try to fit that in a puppet or ansible script. That's the wrong way around in my opinion, I start with a puppet or ansible script and tweak that until it does exactly what needs to be done. Same with creating a new port, I start with a basic Makefile and work on that until it does what it's supposed to do.
 
Back
Top