svn commit: r535000 - head/www/domoticz

Rene Ladan rene at FreeBSD.org
Tue May 12 17:46:43 UTC 2020


Author: rene
Date: Tue May 12 17:46:42 2020
New Revision: 535000
URL: https://svnweb.freebsd.org/changeset/ports/535000

Log:
  www/domoticz: restore support for telldus-core as that port has been fixed.

Modified:
  head/www/domoticz/Makefile

Modified: head/www/domoticz/Makefile
==============================================================================
--- head/www/domoticz/Makefile	Tue May 12 17:42:29 2020	(r534999)
+++ head/www/domoticz/Makefile	Tue May 12 17:46:42 2020	(r535000)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 CONFLICTS_INSTALL?=	domoticz-[23]* domoticz-devel-*
 
 OPTIONS_SUB=	YES
-OPTIONS_DEFINE=	PYTHON SBOOST SLUA SMINIZIP SMQTT SSQLITE SSSL
+OPTIONS_DEFINE=	PYTHON SBOOST SLUA SMINIZIP SMQTT SSQLITE SSSL TELLDUS
 SBOOST_DESC=	Use static Boost instead of dynamic linking
 SSSL_DESC=	Use static OpenSSL library instead of dynamic linking
 SLUA_DESC=	Use domoticz provided LUA instead of ports one
@@ -25,6 +25,7 @@ SMQTT_DESC=	Use domoticz mosquitto instead of ports on
 SSQLITE_DESC=	Use domoticz SQLLite instead of ports one
 SMINIZIP_DESC=	Use domoticz minizip instead of ports one
 PYTHON_DESC=	Enable support for Python Plugins
+TELLDUS_DESC=	Enable support for Telldus
 
 .include <bsd.port.options.mk>
 
@@ -92,6 +93,10 @@ CMAKE_ARGS+=	-DUSE_PYTHON="YES"
 USES+=		python:3.6
 .else
 CMAKE_ARGS+=	-DUSE_PYTHON="NO"
+.endif
+
+.if ${PORT_OPTIONS:MTELLDUS}
+LIB_DEPENDS+=	libtelldus-core.so:comms/telldus-core
 .endif
 
 post-patch:


More information about the svn-ports-head mailing list