blob: 1ec46e9dc1f97446106fbef400de731af1e5afc7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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>
|