diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-10-12 04:46:09 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-10-12 04:46:09 +0000 |
commit | cae0169f50adec3177d424f16dea34a66c4ce2be (patch) | |
tree | 467e732636eeaf369b40eaf4d03126d989ed5324 /devel/ftjam/pkg-descr | |
parent | 47de33f01788af0a35db414c3189e5c6513a76d6 (diff) | |
download | ports-cae0169f50adec3177d424f16dea34a66c4ce2be.tar.gz ports-cae0169f50adec3177d424f16dea34a66c4ce2be.zip |
Notes
Diffstat (limited to 'devel/ftjam/pkg-descr')
-rw-r--r-- | devel/ftjam/pkg-descr | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/ftjam/pkg-descr b/devel/ftjam/pkg-descr new file mode 100644 index 000000000000..7848c4b4c760 --- /dev/null +++ b/devel/ftjam/pkg-descr @@ -0,0 +1,20 @@ +[ excerpt from developer's www site ] + +Jam is a small open-source build tool that can be used as a replacement +for Make. Even though Jam is a lot simpler to use than Make, it is +far more powerful and easy to master. It already works on a large +variety of platforms (Unix, Windows, OS/2, VMS, MacOS, BeOS, etc..), +it is trivial to port, and its design is sufficiently clear to allow +any average programmer to extend it with advanced features at will. + +The main differences between Jam and Make are the following: + +- Jam uses "Jamfiles" instead of "Makefiles". +- Jamfiles do not normally contain toolset-specific rules or actions. + They're thus portable among distinct compilers +- Jamfiles are a lot simpler than Makefiles to write and understand, + while providing the same functionality, and much, much more !! + +WWW: http://freetype.sourceforge.net/jam/ + +-- lioux@FreeBSD.org |