1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/deskutils/copyq/Makefile
Jan Beich 268cee3b02 devel/icu: update to 71.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by:	GitHub (watch releases)
PR:		262654
Exp-run by:	antoine
Approved by:	fluffy
2022-04-07 00:39:10 +00:00

53 lines
1.3 KiB
Makefile

PORTNAME= copyq
DISTVERSIONPREFIX= v
DISTVERSION= 6.1.0
PORTREVISION= 1
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= libdouble-conversion.so:devel/double-conversion \
libfreetype.so:print/freetype2 \
libgraphite2.so:graphics/graphite2 \
libharfbuzz.so:print/harfbuzz \
libicui18n.so:devel/icu \
libpcre.so:devel/pcre \
libpcre2-16.so:devel/pcre2 \
libpng16.so:graphics/png \
libwayland-client.so:graphics/wayland \
libzstd.so:archivers/zstd
USES= cmake compiler:c++11-lang gl gnome iconv:wchar_t kde:5 qt:5 \
xorg
USE_GITHUB= yes
GH_ACCOUNT= hluk
GH_PROJECT= CopyQ
USE_GL= gl
USE_GNOME= glib20
USE_KDE= notifications
USE_LDCONFIG= yes
USE_QT= core declarative gui network script svg wayland widgets \
x11extras buildtools_build linguisttools_build qmake_build \
imageformats_run
USE_XORG= x11 xau xcb xdmcp 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>