blob: bdb7586ceb073bd3041d7d8efda6b1b3aa5a00bd (
plain) (
blame)
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
|
PORTNAME= copyq
DISTVERSION= 13.0.0
CATEGORIES= deskutils
MASTER_SITES= https://github.com/hluk/CopyQ/releases/download/v${DISTVERSION}/
DISTNAME= Copyq-${DISTVERSION}
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Qt6 based clipboard manager
WWW= https://github.com/hluk/CopyQ
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
USES= cmake gl kde:6 pkgconfig qt:6 xorg
USE_GL= opengl
USE_KDE= guiaddons notifications statusnotifieritem ecm:build
USE_QT= base declarative svg translations:build
USE_XORG= ice sm x11 xext xfixes xtst
PORTSCOUT= limit:^d\.d\.
OPTIONS_DEFINE= PLUGINS
OPTIONS_DEFAULT= PLUGINS
OPTIONS_SUB= yes
PLUGINS_CMAKE_BOOL= WITH_PLUGINS
.include <bsd.port.mk>
|