openbsd-ports/devel/xmake/pkg/DESCR

7 lines
430 B
Plaintext
Raw Normal View History

1997-12-01 16:37:56 -05:00
XMake is a make utility. It is not compatible with other makes, but
provides extended functionality over most standard makes. Whereas most
other makes have confusing rulesets and do not support many-to-many
dependency specifications, XMake has relatively few (basically no) rulesets
1997-12-01 16:37:56 -05:00
and allows you to easily specify many:many dependencies. This gives XMake
the flexibility to deal with complex project hierarchies very simply.