* Brad [2008-01-13]: > I feel the same way. bsd.port.mk(5) and examples in the tree are more > than good enough. Some people take the template way too seriously, to > the point of even putting variables in the same order as the template > and other silliness.
I don't only do that, I actually think it does have a benefit. From my experience it is much easier reviewing a port that follows some pre-defined structure than having none whatsoever. We have KNF in src and IMHO Makefilte.template is a good start at PNF (Ports Normal Form). I use it for virtually every new port I start. Nikolay