- Update to the 2020.2
- Make LUA as hard dependency as internal LUA is not supported anymore
- Make OPENZWAVE optional dependency
- Enable usage of precompiled headers by default to follow the upstream
- Add option to use JSonCPP from the domoticz source code instead of ports oneUse GH_TUPLE to load external dependencies from the github (upstream uses git submodules), disable GIT_SUBMODULE. As for now only MQQT is supported
- Use GH_TUPLE to load external dependencies from the github (upstream uses git submodules), disable GIT_SUBMODULE
- Fix CMAKE_INSTALL_PREFIX (should be specified as Makefile option, not as CMAKE one) and remove patches obsoleted by that fix
- USE CMAKE_ON/CMAKE_OFF for the better readability
- Remove `post-patch` target, as version is normally set by the cmake itself
- Include patches for the embedded `minizip` and `mosquitto`, disable mosquitto shared libraries installation
- Update `pkg-plist` to support files added by the embedded dependencies
- Remove `CONFLICTS` as there are no such matched packages in the ports tree
- Fix build without PYTHON, patch accepted by the upstream
- Remove most of the STATIC* options after discussion with a port maintainer
See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245007