a52819c97e
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
19 lines
466 B
Makefile
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>
|