summaryrefslogtreecommitdiff
path: root/java/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2017-10-04 17:12:42 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2017-10-04 17:12:42 +0000
commita66b317496b2a651316a97f0e35e5e69fca9d065 (patch)
tree21575aa2726c918af1d76eec5f89d689d43c6aeb /java/Makefile
parentUpdate to upstream version 0.6.3, remove GH_TUPLE (no longer needed) (diff)
New port: java/openjfx8-scenebuilder
JavaFX Scene Builder provides a visual layout environment that lets you quickly design user interfaces for JavaFX applications without needing to write any code. It allows simple drag-and-drop positioning of GUI components onto a JavaFX scene. As you build the layout of your UI, the FXML code for the layout is automatically generated. It provides a simple yet intuitive interface that can help even non-programmers to quickly prototype interactive applications that connect GUI components to the application logic. WWW: http://openjdk.java.net/projects/openjfx/
Notes
Notes: svn path=/head/; revision=451238
Diffstat (limited to 'java/Makefile')
-rw-r--r--java/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile
index 54a8f6c36514..ce55f7153d84 100644
--- a/java/Makefile
+++ b/java/Makefile
@@ -109,6 +109,7 @@
SUBDIR += openjdk8
SUBDIR += openjdk8-jre
SUBDIR += openjfx8-devel
+ SUBDIR += openjfx8-scenebuilder
SUBDIR += phpeclipse
SUBDIR += proguard
SUBDIR += sablevm