blob: cdebec1315ef4cf2f61279b3e5ce67e45c011ca3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
PORTNAME= copyq
DISTVERSIONPREFIX= v
DISTVERSION= 4.1.0
CATEGORIES= deskutils
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Qt5 based clipboard manager
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/kf5-extra-cmake-modules
LIB_DEPENDS= libKF5Notifications.so.5:devel/kf5-knotifications \
libwayland-client.so:graphics/wayland
USES= cmake compiler:c++11-lang qt:5 xorg
USE_GITHUB= yes
GH_ACCOUNT= hluk
GH_PROJECT= CopyQ
USE_KDE= notifications
USE_LDCONFIG= yes
USE_QT= core declarative gui network script svg widgets x11extras \
imageformats_run buildtools_build linguisttools_build \
qmake_build wayland
USE_XORG= x11 xtst
LDFLAGS+= -Wl,--as-needed
OPTIONS_DEFINE= PLUGINS WEBKIT
OPTIONS_DEFAULT= PLUGINS WEBKIT
OPTIONS_SUB= yes
PLUGINS_CMAKE_BOOL= WITH_PLUGINS
WEBKIT_IMPLIES= PLUGINS
WEBKIT_USE= qt=webkit
WEBKIT_CMAKE_BOOL= WITH_WEBKIT
.include <bsd.port.mk>
|