Prune devel/py-EnthoughtBase
[dports.git] / devel / bsdbuild / pkg-descr
1 BSDBuild is a simple, self-contained and portable build system derived from the
2 traditional 4.4BSD share/mk files. BSDBuild uses BSD-style makefiles, but
3 without BSD make extensions (it uses standard Bourne script fragments instead),
4 so the build system is portable to most operating systems and make flavors.
5
6 Because BSDBuild is implemented as a library, Makefiles never need to be
7 recompiled (unless a separate build is requested). BSDBuild can also generate
8 pure Bourne ./configure scripts, which function similarly to GNU-style
9 configure scripts (as far as end-users are concerned), but are compiled using
10 Perl modules instead of macro packages.
11
12 WWW: http://bsdbuild.hypertriton.com/