openbsd-ports/devel/imake/pkg/DESCR

6 lines
248 B
Plaintext
Raw Normal View History

imake is the old historic makefile generation tool used by the X window
server. It basically relies on preprocessing imakefiles through cpp,
and using a bit of sed to handle various comments.
imake is also infamous for abusing makefile :: rules.