3809N/A#
3809N/A# CDDL HEADER START
3809N/A#
3809N/A# The contents of this file are subject to the terms of the
3809N/A# Common Development and Distribution License (the "License").
3809N/A# You may not use this file except in compliance with the License.
3809N/A#
3809N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3809N/A# or http://www.opensolaris.org/os/licensing.
3809N/A# See the License for the specific language governing permissions
3809N/A# and limitations under the License.
3809N/A#
3809N/A# When distributing Covered Code, include this CDDL HEADER in each
3809N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3809N/A# If applicable, add the following below this CDDL HEADER, with the
3809N/A# fields enclosed by brackets "[]" replaced with your own identifying
3809N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3809N/A#
3809N/A# CDDL HEADER END
3809N/A#
3996N/A# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
3809N/A#
3809N/Ainclude ../../make-rules/shared-macros.mk
3809N/A
3809N/ACOMPONENT_NAME= noVNC
3809N/ACOMPONENT_VERSION= 0.5
3809N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
3809N/ACOMPONENT_ARCHIVE= v$(COMPONENT_VERSION).tar.gz
3809N/ACOMPONENT_ARCHIVE_HASH= \
3809N/A sha256:6d702a628c85384118d85d51225770a78dd62d805229f56e42b92798c87baa31
3809N/ACOMPONENT_ARCHIVE_URL= https://github.com/kanaka/noVNC/archive/$(COMPONENT_ARCHIVE)
3809N/ACOMPONENT_PROJECT_URL= http://kanaka.github.io/noVNC
3809N/ACOMPONENT_BUGDB= utility/novnc
3809N/A
3809N/ATPNO= 18799
3809N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
3809N/A
3809N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
3809N/A
3809N/A# common targets
3809N/Abuild: prep
3809N/A
3809N/Ainstall: build
3809N/A
3809N/Atest: $(NO_TESTS)
3809N/A
3809N/Aclean::
3809N/A $(RM) -r $(BUILD_DIR)
3809N/A
3809N/A
3996N/AREQUIRED_PACKAGES += consolidation/userland/userland-incorporation