Files
ports/misc/minuet/Makefile
T
Max Brazhnikov a52819c97e KDE: Update KDE Gear to 26.04.0
Announcement: https://kde.org/announcements/gear/26.04.0/

Ports changes:

audio/libkcompactdisc:
 - Remove port, no longer shipped with KDE Gear

deskutils/kdeconnect-kde:
 - Add dependency on libei

misc/minuet:
 - Add missing dependencies
 - Add patch to restore parity with Linux

net/krdc:
 - Update dependencies

x11/yakuake:
 - Add missing dependencies
2026-04-16 21:33:36 +03:00

19 lines
466 B
Makefile

PORTNAME= minuet
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= misc education kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE software for music education
WWW= https://apps.kde.org/minuet/
LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth
USES= cmake compiler:c++17-lang gettext kde:6 pkgconfig qt:6 tar:xz
USE_KDE= coreaddons crash doctools i18n kirigami2 \
ecm:build
USE_QT= base declarative
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>