diff options
author | minskim <minskim@pkgsrc.org> | 2005-05-28 16:35:38 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-05-28 16:35:38 +0000 |
commit | 7af3241c8600caac076f916659dffc0d99b84c69 (patch) | |
tree | 96daa97dbeeabd5b30d43722dc4e82af97120e9d /devel/xmake/DESCR | |
parent | 8f957ef797df795411b3c851b88ea504924b5dfc (diff) | |
download | pkgsrc-7af3241c8600caac076f916659dffc0d99b84c69.tar.gz |
Import xmake from pkgsrc-wip. Packaged by Christian Gall.
XMAKE is simliar to other make's out there, but is specifically
designed to allow you to easily construct multiple complex
dependancies without getting screwed by default rulesets. XMake
contains a number of features specifically designed to trivialize the
construction of compilation rules.
Diffstat (limited to 'devel/xmake/DESCR')
-rw-r--r-- | devel/xmake/DESCR | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/xmake/DESCR b/devel/xmake/DESCR new file mode 100644 index 00000000000..e66305368a6 --- /dev/null +++ b/devel/xmake/DESCR @@ -0,0 +1,5 @@ +XMAKE is simliar to other make's out there, but is specifically +designed to allow you to easily construct multiple complex +dependancies without getting screwed by default rulesets. XMake +contains a number of features specifically designed to trivialize the +construction of compilation rules. |