Hi, as title says...
Because from what I see, building freebsd is easier than building linux, because in the process of building freebsd there are a small number of commands: environment variables or just building an iso file in 3 commands:
...
cd release
make release -j${rdzen}
make install...