mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
- Add LICENSE_FILE
- Update WWW - Whitespace fixes Approved by: portmgr blanket
This commit is contained in:
parent
950a388ef8
commit
98299a9bfe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504006
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user