aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-03-26 00:28:25 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-03-26 00:28:25 +0000
commitfb20bdc3d6034d362ea12d4d6f8c68a5e1c6d640 (patch)
treeb585f59cba173e14815d18be50a2a2c3f21fb6d6
parentb078a77724b20de057d338502f26dbc14f94d6a5 (diff)
downloadports-fb20bdc3d6034d362ea12d4d6f8c68a5e1c6d640.tar.gz
ports-fb20bdc3d6034d362ea12d4d6f8c68a5e1c6d640.zip
devel/juce: Add pkg-message; Fix typos; Fix LICENSE_PERMS
Notes
Notes: svn path=/head/; revision=569231
-rw-r--r--devel/juce/Makefile2
-rw-r--r--devel/juce/pkg-descr4
-rw-r--r--devel/juce/pkg-message15
3 files changed, 18 insertions, 3 deletions
diff --git a/devel/juce/Makefile b/devel/juce/Makefile
index 158e15e33e34..8312ce680fa3 100644
--- a/devel/juce/Makefile
+++ b/devel/juce/Makefile
@@ -10,7 +10,7 @@ COMMENT= C++ application framework to develop desktop and mobile applications
LICENSE= JUCE6
LICENSE_NAME= JUCE 6 End User License Agreement
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
+LICENSE_PERMS= auto-accept dist-mirror pkg-mirror
BUILD_DEPENDS= ladspa>0:audio/ladspa
LIB_DEPENDS= libasound.so:audio/alsa-lib \
diff --git a/devel/juce/pkg-descr b/devel/juce/pkg-descr
index 217d3d62de72..8cd25a476210 100644
--- a/devel/juce/pkg-descr
+++ b/devel/juce/pkg-descr
@@ -1,9 +1,9 @@
JUCE is a framework for multi-platform audio applications.
It is focused on audio application development and has an extensive set of
-autio-related modules.
+audio-related modules.
-It doesn't yet support makefile export or IDE project export on Linux/BSD
+It doesn't yet support makefile export or IDE project export on Linux/BSD,
so for now it can only create .jucer projects.
WWW: https://juce.com/
diff --git a/devel/juce/pkg-message b/devel/juce/pkg-message
new file mode 100644
index 000000000000..c2a6503e1811
--- /dev/null
+++ b/devel/juce/pkg-message
@@ -0,0 +1,15 @@
+[
+{ type: install
+ message: <<EOM
+You installed JUCE: C++ application framework
+
+The main application that you probably need is Projucer. It allows you
+to develop, manage and deploy cross-platform applications.
+
+Projucer currently can't create makefiles on Linux/BSD platforms because
+this feature has not yet been made available by JUCE developers on these
+platforms.
+
+EOM
+}
+]