1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/build/pkg-descr
Dmitry Marakasov a9644068b3 - Update WWW
- Add NO_ARCH
- Add LICENSE_FILE
2017-12-06 09:00:28 +00:00

18 lines
550 B
Plaintext

build is a massively-parallel software build system implemented on
top of GNU make. Build is designed with the following tasks in mind:
* configuration
* building
* testing
* installation
Some of its features include:
* position-independent makefiles.
* non-recursive multi-makefile include-based structure.
* leaf makefiles are full-fledged GNU makefiles, not just variable definitions.
* complete dependency graph.
* inter-project dependency tracking.
* extensible language/compiler framework.
WWW: https://www.codesynthesis.com/projects/build/