2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2017 Alexander Pyhalov
16 include ..
/..
/..
/make-rules
/shared-macros.mk
18 COMPONENT_NAME
= realvnc-java-client
19 COMPONENT_VERSION
= 4.1
21 COMPONENT_SUMMARY
= RealVNC Java Viewer
22 COMPONENT_SRC
= vnc-4_1-javasrc
23 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
24 COMPONENT_ARCHIVE_HASH
= \
25 sha256
:8fb8843c0be67aef39422ac456c56df4523a14be23eb003664da80a7aff33aa8
26 COMPONENT_ARCHIVE_URL
= \
27 http
://dlc.openindiana.org
/oi
/jds
/downloads
/sources
/$(COMPONENT_ARCHIVE
)
28 COMPONENT_PROJECT_URL
= http
://www.realvnc.com
29 COMPONENT_FMRI
= desktop
/remote-desktop
/realvnc
/java-client
30 COMPONENT_CLASSIFICATION
= System
/X11
31 COMPONENT_LICENSE
= GPLv2
32 COMPONENT_LICENSE_FILE
= LICENCE.txt
34 include $(WS_MAKE_RULES
)/prep.mk
35 include $(WS_MAKE_RULES
)/justmake.mk
36 include $(WS_MAKE_RULES
)/ips.mk
38 PATH
=$(JAVA_HOME
)/bin
:/usr
/gnu
/bin
:/usr
/bin
40 COMPONENT_BUILD_ARGS
+= -C
$(BUILD_DIR_32
)/java
41 COMPONENT_INSTALL_ARGS
+= -C
$(BUILD_DIR_32
)/java
45 install: $(INSTALL_32
)
47 REQUIRED_PACKAGES
+= developer
/java
/openjdk8