261N/A#
261N/A# CDDL HEADER START
261N/A#
261N/A# The contents of this file are subject to the terms of the
261N/A# Common Development and Distribution License (the "License").
261N/A# You may not use this file except in compliance with the License.
261N/A#
261N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
261N/A# or http://www.opensolaris.org/os/licensing.
261N/A# See the License for the specific language governing permissions
261N/A# and limitations under the License.
261N/A#
261N/A# When distributing Covered Code, include this CDDL HEADER in each
261N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
261N/A# If applicable, add the following below this CDDL HEADER, with the
261N/A# fields enclosed by brackets "[]" replaced with your own identifying
261N/A# information: Portions Copyright [yyyy] [name of copyright owner]
261N/A#
261N/A# CDDL HEADER END
261N/A#
5680N/A
261N/A#
5680N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
5680N/A#
5680N/ABUILD_BITS= 32
261N/Ainclude ../../make-rules/shared-macros.mk
261N/A
261N/ACOMPONENT_NAME= beanshell
261N/ACOMPONENT_VERSION= 2.0b4
261N/ACOMPONENT_PROJECT_URL= http://www.beanshell.org/
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:a6f02b46796ed6b6a212cfc2d17e4797212db3206e21a3f4959adb60bddfff5f
261N/A# This should come from http://www.beanshell.org/ however they do not
261N/A# maintain previous versions of archives there anymore. When/if this
261N/A# component is upgraded the download location should revert back to
261N/A# beanshell.org if possible. Note also a fork of beanshell is receiving
261N/A# more attention at the google code repository of late.
313N/ACOMPONENT_ARCHIVE_URL= $(EXTERNAL_ARCHIVE_MIRROR)/$(SOURCE_ARCHIVE)
261N/A
261N/AIPS_COMPONENT_VERSION= 2.0
261N/A
2899N/ATPNO= 6200
2899N/A
5680N/ABUILD_STYLE= ant
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
261N/A
261N/ACOMPONENT_BUILD_ARGS += -Ddist-dir=${PROTO_DIR}
261N/ACOMPONENT_BUILD_ARGS += -Djavadoc-dir=${PROTO_DIR}
261N/ACOMPONENT_BUILD_TARGETS += dist
261N/A
261N/A# We use the solaris-transform file to pick up files in the prototype area
261N/A# that are not found in the directories we install them to on Solaris.
261N/A# Doing this obviates the need to add it's location to each line in the
261N/A# associated beanshell.p5m file.
261N/APUBLISH_TRANSFORMS += solaris-transform
261N/A# Needed to pick up scripts/bsh and bshcommands-bshdoc.xml
261N/APKG_PROTO_DIRS += $(BUILD_DIR_32)
261N/A
3817N/AREQUIRED_PACKAGES += shell/ksh93