Tobias C. Berner b9f7905439 Move security/qtkeychain-qt[45] to security/qtkeychain and create flavors
Reviewed by:	Gleb Popov <6yearold_gmail.com>
Approved by:	portmgr (mat)
2018-03-12 18:21:09 +00:00

56 lines
1.3 KiB
Makefile

# Created by: Mathieu Arnold
# $FreeBSD$
PORTNAME= owncloudclient
PORTVERSION= 2.4.0
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= deskutils
MAINTAINER= yonas@fizk.net
COMMENT= OwnCloud Desktop Syncing Client
LICENSE= GPLv2
LIB_DEPENDS= libinotify.so:devel/libinotify \
libqt5keychain.so:security/qtkeychain@qt5
USES= cmake:outsource,noninja compiler:c++11-lib gmake iconv \
localbase:ldflags pkgconfig sqlite ssl
USE_QT5= buildtools_build concurrent core dbus gui linguist_build network \
qmake_build sql webkit widgets xml
CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=OFF \
-DCMAKE_INSTALL_MANDIR:STRING=man \
-DWITH_STACK_PROTECTOR:BOOL=OFF
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
USE_GITHUB= yes
GH_ACCOUNT= owncloud
GH_PROJECT= client
OPTIONS_DEFINE= DEBUG DOCS
DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx
DOCS_USE= tex=dvipsk:build,latex:build
DOCS_CMAKE_ON= -DWITH_DOC:BOOL=ON
DEBUG_CMAKE_ON= -DCMAKE_BUILD_TYPE:STRING=Debug
PLIST_SUB= VERSION=${PORTVERSION}
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e \
's|.lst |.lst.sample |' ${WRKSRC}/CMakeLists.txt
.if ${OSVERSION} < 1100101
@${REINPLACE_CMD} -e 's/ -fstack-protector-strong//' \
${WRKSRC}/src/CMakeLists.txt
.endif
pre-configure:
@(cd ${WRKSRC} && ${CP} -f sync-exclude.lst sync-exclude.lst.sample)
.include <bsd.port.post.mk>