openbsd-ports/devel/xmake/pkg/DESCR
naddy 01b6d814ad Update to 1.05 and overhaul port.
Prompted by Damien Bastie <Sha@altern.org> reporting unfetchable distfile.
2002-04-25 01:37:57 +00:00

9 lines
448 B
Plaintext

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
dependancy specifications, XMake has relatively few (basically no) rulesets
and allows you to easily specify many:many dependencies. This gives XMake
the flexibility to deal with complex project hierarchies very simply.
WWW: ${HOMEPAGE}