Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/deskutils/copyq/Makefile
18157 views
PORTNAME=	copyq
DISTVERSION=	11.0.0
CATEGORIES=	deskutils
MASTER_SITES=	https://github.com/hluk/CopyQ/releases/download/v${DISTVERSION}/
DISTNAME=	Copyq-${DISTVERSION}

MAINTAINER=	[email protected]
COMMENT=	Qt6 based clipboard manager
WWW=		https://github.com/hluk/CopyQ

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libwayland-client.so:graphics/wayland \
		libxkbcommon.so:x11/libxkbcommon

USES=		cmake gl kde:6 pkgconfig qt:6 xorg
USE_GL=		opengl
USE_KDE=	notifications ecm:build statusnotifieritem
USE_QT=		base declarative svg wayland translations:build
USE_XORG=	ice sm x11 xext xfixes xtst

CMAKE_ARGS=	-DWITH_QT6:BOOL=TRUE

PORTSCOUT=	limit:^d\.d\.

OPTIONS_DEFINE=		PLUGINS
OPTIONS_DEFAULT=	PLUGINS
OPTIONS_SUB=		yes

PLUGINS_CMAKE_BOOL=	WITH_PLUGINS

.include <bsd.port.mk>