diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-08-28 19:34:18 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-08-28 19:34:18 +0000 |
commit | dd5c135684cdb8dcb1ef1f34ddfbb771ffc18c65 (patch) | |
tree | 85844058f55c6f88c8dbc6754be32951b5bd5977 /devel/buildtool/pkg-descr | |
parent | 167728c99768dd48356701d22d327b202f3b5c48 (diff) | |
download | ports-dd5c135684cdb8dcb1ef1f34ddfbb771ffc18c65.tar.gz ports-dd5c135684cdb8dcb1ef1f34ddfbb771ffc18c65.zip |
Notes
Diffstat (limited to 'devel/buildtool/pkg-descr')
-rw-r--r-- | devel/buildtool/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/buildtool/pkg-descr b/devel/buildtool/pkg-descr new file mode 100644 index 000000000000..4340c52f49a7 --- /dev/null +++ b/devel/buildtool/pkg-descr @@ -0,0 +1,10 @@ +Buildtool is a set of utilities which will make your programs more portable +and easier to build on any kind of Unix-like system. All the utilities are +integrated with each other, which means that they all work together. It is +completly free, licensed under the terms of the BSD license. + +If you have ever used GNU automake, autoconf and/or libtool, you will find +buildtool very similar. In fact, it is an implementation of the ideas of the +GNU programs, but with a completely different design. + +WWW: http://buildtool.sourceforge.net/ |