diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/telldus-core/Makefile | 7 | ||||
-rw-r--r-- | comms/telldus-core/pkg-descr | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/comms/telldus-core/Makefile b/comms/telldus-core/Makefile index d813dae296e3..df2a08f4c88b 100644 --- a/comms/telldus-core/Makefile +++ b/comms/telldus-core/Makefile @@ -11,6 +11,7 @@ MAINTAINER= johan@stromnet.se COMMENT= Tellstick Telldus daemon + library LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= help2man:misc/help2man LIB_DEPENDS= libftdi.so:devel/libftdi \ @@ -20,11 +21,11 @@ LIB_DEPENDS= libftdi.so:devel/libftdi \ USES= cmake compiler:c++11-lang iconv:wchar_t USE_LDCONFIG= yes -CMAKE_ARGS+=-DGENERATE_MAN=TRUE +CMAKE_ARGS+= -DGENERATE_MAN=TRUE # Note: these are internal defines and shall NOT contain ${STAGEDIR} -CMAKE_ARGS+=-DSYSCONF_INSTALL_DIR="${PREFIX}/etc" +CMAKE_ARGS+= -DSYSCONF_INSTALL_DIR="${PREFIX}/etc" # Using global /var, otherwise testport complains "Warning: port uses /usr/local/var instead of /var" -CMAKE_ARGS+=-DSTATE_INSTALL_DIR="/var/telldus" +CMAKE_ARGS+= -DSTATE_INSTALL_DIR="/var/telldus" CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} CXXFLAGS_clang= -Wno-c++11-narrowing diff --git a/comms/telldus-core/pkg-descr b/comms/telldus-core/pkg-descr index 3558dc5b2266..181d4175bf4e 100644 --- a/comms/telldus-core/pkg-descr +++ b/comms/telldus-core/pkg-descr @@ -6,4 +6,4 @@ devices. Through a UNIX socket, the sensors and devices can be used/ controlled from the command line tool "tdtool", or via the libtelldus-core C client library. -WWW: http://www.telldus.com/products/tellstick +WWW: http://developer.telldus.com/wiki/TellStickInstallationSource |