Lines 1-5
Link Here
|
1 |
PORTNAME= nextcloudclient |
1 |
PORTNAME= nextcloudclient |
2 |
PORTVERSION= 3.13.3 |
2 |
PORTVERSION= 3.14.0 |
3 |
DISTVERSIONPREFIX= v |
3 |
DISTVERSIONPREFIX= v |
4 |
CATEGORIES= deskutils |
4 |
CATEGORIES= deskutils |
5 |
|
5 |
|
Lines 11-27
LICENSE= GPLv2
Link Here
|
11 |
|
11 |
|
12 |
BUILD_DEPENDS= inkscape:graphics/inkscape |
12 |
BUILD_DEPENDS= inkscape:graphics/inkscape |
13 |
LIB_DEPENDS= libinotify.so:devel/libinotify \ |
13 |
LIB_DEPENDS= libinotify.so:devel/libinotify \ |
14 |
libqt5keychain.so:security/qtkeychain@qt5 |
14 |
libqt6keychain.so:security/qtkeychain@qt6 \ |
|
|
15 |
libxkbcommon.so:x11/libxkbcommon |
15 |
|
16 |
|
16 |
USES= cmake:noninja compiler:c++14-lang desktop-file-utils gmake \ |
17 |
USES= cmake:noninja compiler:c++17-lang desktop-file-utils gl gmake \ |
17 |
gnome iconv kde:5 localbase:ldflags pkgconfig qt:5 shared-mime-info \ |
18 |
gnome iconv kde:6 localbase:ldflags pkgconfig qt:6 shared-mime-info \ |
18 |
sqlite ssl |
19 |
sqlite ssl |
|
|
20 |
USE_GL= opengl |
19 |
USE_KDE= archive |
21 |
USE_KDE= archive |
20 |
USE_LDCONFIG= yes |
22 |
USE_LDCONFIG= yes |
21 |
USE_QT= buildtools:build concurrent core dbus declarative graphicaleffects \ |
23 |
USE_QT= 5compat base declarative svg websockets |
22 |
gui linguist:build network qmake:build quickcontrols \ |
|
|
23 |
quickcontrols2 sql svg websockets widgets xml |
24 |
|
25 |
CMAKE_ARGS= -DBUILD_UPDATER:BOOL=OFF \ |
24 |
CMAKE_ARGS= -DBUILD_UPDATER:BOOL=OFF \ |
26 |
-DWITH_STACK_PROTECTOR:BOOL=OFF |
25 |
-DWITH_STACK_PROTECTOR:BOOL=OFF |
27 |
|
26 |
|
Lines 52-62
DOCS_VARS= PORTDOCS=*
Link Here
|
52 |
GNOME_CMAKE_BOOL= BUILD_SHELL_INTEGRATION_NAUTILUS |
51 |
GNOME_CMAKE_BOOL= BUILD_SHELL_INTEGRATION_NAUTILUS |
53 |
|
52 |
|
54 |
KDE_USES= xorg |
53 |
KDE_USES= xorg |
55 |
KDE_USE= KDE=completion,config,coreaddons,ecm,jobwidgets,kio,service,solid,widgetsaddons,windowsystem \ |
54 |
KDE_USE= KDE=completion,config,coreaddons,ecm:build,guiaddons,jobwidgets,kio,service,solid,widgetsaddons,windowsystem \ |
56 |
XORG=x11 |
55 |
XORG=x11 |
57 |
KDE_CMAKE_BOOL= BUILD_SHELL_INTEGRATION_DOLPHIN |
56 |
KDE_CMAKE_BOOL= BUILD_SHELL_INTEGRATION_DOLPHIN |
58 |
|
57 |
|
59 |
WEBENGINE_USE= QT=webchannel,webengine,printsupport,location |
58 |
WEBENGINE_USE= QT=location,webchannel,webengine |
60 |
WEBENGINE_CMAKE_BOOL= BUILD_WITH_WEBENGINE |
59 |
WEBENGINE_CMAKE_BOOL= BUILD_WITH_WEBENGINE |
61 |
|
60 |
|
62 |
.include <bsd.port.pre.mk> |
61 |
.include <bsd.port.pre.mk> |