aboutsummaryrefslogtreecommitdiff
path: root/comms/telldus-core
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-06-12 09:01:54 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-06-12 09:01:54 +0000
commit98299a9bfe0c37ea6c1072aefd480f9e379563c1 (patch)
tree36c29449b9129cc7b0e66bdfcd93e38ba9008716 /comms/telldus-core
parent950a388ef8e682b1334fdd1d4da6da9e6400bd68 (diff)
downloadports-98299a9bfe0c37ea6c1072aefd480f9e379563c1.tar.gz
ports-98299a9bfe0c37ea6c1072aefd480f9e379563c1.zip
- Add LICENSE_FILE
- Update WWW - Whitespace fixes Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=504006
Diffstat (limited to 'comms/telldus-core')
-rw-r--r--comms/telldus-core/Makefile7
-rw-r--r--comms/telldus-core/pkg-descr2
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