Makefile revision 3661
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# CDDL HEADER START
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# The contents of this file are subject to the terms of the
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# Common Development and Distribution License (the "License").
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# You may not use this file except in compliance with the License.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# See the License for the specific language governing permissions
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# and limitations under the License.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# When distributing Covered Code, include this CDDL HEADER in each
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User# If applicable, add the following below this CDDL HEADER, with the
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
9b469e3c59015b1a4899c9d8395168126fe094fdAutomatic Updater# information: Portions Copyright [yyyy] [name of copyright owner]
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# CDDL HEADER END
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
9b469e3c59015b1a4899c9d8395168126fe094fdAutomatic UpdaterCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
9b469e3c59015b1a4899c9d8395168126fe094fdAutomatic UpdaterCOMPONENT_PROJECT_URL= http://www.beanshell.org/
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews sha256:a6f02b46796ed6b6a212cfc2d17e4797212db3206e21a3f4959adb60bddfff5f
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# This should come from http://www.beanshell.org/ however they do not
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# maintain previous versions of archives there anymore. When/if this
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# component is upgraded the download location should revert back to
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# beanshell.org if possible. Note also a fork of beanshell is receiving
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# more attention at the google code repository of late.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserCOMPONENT_ARCHIVE_URL= $(EXTERNAL_ARCHIVE_MIRROR)/$(SOURCE_ARCHIVE)
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# We use the solaris-transform file to pick up files in the prototype area
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# that are not found in the directories we install them to on Solaris.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Doing this obviates the need to add it's location to each line in the
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# associated beanshell.p5m file.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# Needed to pick up scripts/bsh and bshcommands-bshdoc.xml
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# common targets