On 12-Mar-12, at 4:42 PM, Jan Stary wrote:
I am working on a port of software that is only a collection of sh(1) scripts. So there is no compilation; it doesn't even have a Makefile (the installation is just a cp(1) call). Is this special case described somewhere? Could you please point me to a port like this that already exists, so that I may learn from it?
There are all kinds of NO_BUILD ports. You can easily find them with find + grep. From what you've desribed you shold set NO_BUILD and define a do-install target which installs the scripts as appropriate. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
