Announcement: https://kde.org/announcements/gear/25.04.0/ Ports changes: kde.mk: - Simplify KDE_APPS_BASED_PATCHLEVEL definition and generalize it for unstable branch. devel/kopeninghours: - Use custom PLIST_SUB to reduce churn on updates. editors/ghostwriter: - Drop upstreamed patch. games/khangman: - Drop upstreamed patch. math/kcalc: - Depend on math/mpc. multimedia/kdenlive: - Prevent fetching during build. - Depends on KF6 Purpose unconditionally and remove no-op OPTIONS_SUB. - Depend on OpenTimelineIO. net/krdc: - Switch to freerdp3. x11-fm/dolphin: - Fix abuse of PLIST_SUB. */*: - Add missing and update KF6 dependencies and Qt components.
22 lines
565 B
Makefile
22 lines
565 B
Makefile
PORTNAME= keysmith
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= security kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Application to generate two-factor authentication tokens
|
|
WWW= https://invent.kde.org/utilities/keysmith
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libsodium.so:security/libsodium
|
|
|
|
USES= cmake desktop-file-utils gettext kde:6 pkgconfig qt:6 tar:xz \
|
|
xorg
|
|
USE_KDE= dbusaddons i18n kirigami2 prison qqc2-desktop-style windowsystem \
|
|
ecm:build
|
|
USE_QT= 5compat base
|
|
USE_XORG= x11
|
|
|
|
.include <bsd.port.mk>
|