aboutsummaryrefslogtreecommitdiff
path: root/audio/musescore
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2019-04-12 14:45:39 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2019-04-12 14:45:39 +0000
commit8420ea7b489a39b2ef26f74f69849b3670ac25ac (patch)
tree2ae096ec5405245423ef196f13fdb20fd0bd659f /audio/musescore
parentdbe8dca81310b99b4f5178959395b4d9552497f3 (diff)
downloadports-8420ea7b489a39b2ef26f74f69849b3670ac25ac.tar.gz
ports-8420ea7b489a39b2ef26f74f69849b3670ac25ac.zip
Notes
Diffstat (limited to 'audio/musescore')
-rw-r--r--audio/musescore/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/audio/musescore/Makefile b/audio/musescore/Makefile
index aaa5acaa4aa9..457b565c6fba 100644
--- a/audio/musescore/Makefile
+++ b/audio/musescore/Makefile
@@ -6,7 +6,6 @@ DISTVERSION= 3.0.5
CATEGORIES= audio
MASTER_SITES= http://ftp.osuosl.org/pub/musescore/releases/MuseScore-${DISTVERSION}/
DISTNAME= MuseScore-${DISTVERSION}
-NO_WRKSUBDIR= yes
MAINTAINER= adridg@FreeBSD.org
COMMENT= Free music composition & notation software
@@ -26,15 +25,19 @@ USE_QT= core declarative gui widgets opengl concurrent designer help network \
scripttools svg sql printsupport testlib \
xml xmlpatterns \
buildtools_build linguisttools_build qmake_build uitools_build
+
+# Each release gets a subdir containing the distfiles for that release,
+# so hope that scanning the parent dir finds new ones.
+PORTSCOUT= site:http://ftp.osuosl.org/pub/musescore/releases/
+NO_WRKSUBDIR= yes
+DATADIR= ${PREFIX}/share/mscore-${PORTVERSION:R}
+
ALL_TARGET= lrelease manpages all
-INSTALLS_ICONS= yes
CMAKE_ARGS+= -DUSE_SYSTEM_FREETYPE="ON" \
-DBUILD_PORTMIDI=OFF \
-DBUILD_PCH=OFF \
-DDOWNLOAD_SOUNDFONT=OFF
-DATADIR= ${PREFIX}/share/mscore-${PORTVERSION:R}
-
# WebEngine is only available on i386/amd64; defaults to ON there.
# If enabled on arches that don't have WebEngine, the build breaks.
OPTIONS_DEFINE= ALSA JACK PORTAUDIO PULSEAUDIO WEBENGINE