openbsd-ports/devel/imake/pkg/DESCR
espie 2398ba661a matthieu wants to scrape imake off xenocara
initial port, to be worked in-tree
(no need for autoconf to discover we have mkstemp...)
2012-09-02 14:14:02 +00:00

6 lines
248 B
Plaintext

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.