mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
11 lines
535 B
Plaintext
11 lines
535 B
Plaintext
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
|
|
completely 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/
|