aboutsummaryrefslogtreecommitdiff
path: root/devel/xmake/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/xmake/pkg-descr')
-rw-r--r--devel/xmake/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/xmake/pkg-descr b/devel/xmake/pkg-descr
new file mode 100644
index 000000000000..3f1bcc5f6e19
--- /dev/null
+++ b/devel/xmake/pkg-descr
@@ -0,0 +1,6 @@
+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.