Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= nextcloudclient |
4 |
PORTNAME= nextcloudclient |
5 |
PORTVERSION= 3.1.1 |
5 |
PORTVERSION= 3.1.2 |
6 |
DISTVERSIONPREFIX= v |
6 |
DISTVERSIONPREFIX= v |
7 |
CATEGORIES= deskutils |
7 |
CATEGORIES= deskutils |
8 |
|
8 |
|
Lines 18-29
Link Here
|
18 |
localbase:ldflags pkgconfig qt:5 sqlite ssl |
18 |
localbase:ldflags pkgconfig qt:5 sqlite ssl |
19 |
USE_QT= buildtools_build concurrent core dbus declarative graphicaleffects \ |
19 |
USE_QT= buildtools_build concurrent core dbus declarative graphicaleffects \ |
20 |
gui linguist_build location network printsupport qmake_build \ |
20 |
gui linguist_build location network printsupport qmake_build \ |
21 |
quickcontrols2 sql svg webchannel webengine webkit \ |
21 |
quickcontrols2 sql svg webchannel webengine websockets \ |
22 |
widgets xml |
22 |
widgets xml |
23 |
CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=OFF \ |
23 |
CMAKE_ARGS= -DBUILD_WITH_QT4:BOOL=OFF \ |
24 |
-DBUILD_UPDATER:BOOL=OFF \ |
24 |
-DBUILD_UPDATER:BOOL=OFF \ |
25 |
-DCMAKE_INSTALL_MANDIR:STRING=man \ |
25 |
-DCMAKE_INSTALL_MANDIR:STRING=man \ |
26 |
-DWITH_STACK_PROTECTOR:BOOL=OFF |
26 |
-DWITH_STACK_PROTECTOR:BOOL=OFF \ |
|
|
27 |
-DNO_SHIBBOLETH=1 |
27 |
USE_LDCONFIG= yes |
28 |
USE_LDCONFIG= yes |
28 |
INSTALLS_ICONS= yes |
29 |
INSTALLS_ICONS= yes |
29 |
|
30 |
|