350N/A#
350N/A# CDDL HEADER START
350N/A#
350N/A# The contents of this file are subject to the terms of the
350N/A# Common Development and Distribution License (the "License").
350N/A# You may not use this file except in compliance with the License.
350N/A#
350N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
350N/A# or http://www.opensolaris.org/os/licensing.
350N/A# See the License for the specific language governing permissions
350N/A# and limitations under the License.
350N/A#
350N/A# When distributing Covered Code, include this CDDL HEADER in each
350N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
350N/A# If applicable, add the following below this CDDL HEADER, with the
350N/A# fields enclosed by brackets "[]" replaced with your own identifying
350N/A# information: Portions Copyright [yyyy] [name of copyright owner]
350N/A#
350N/A# CDDL HEADER END
350N/A#
350N/A
350N/A#
3996N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
350N/A#
350N/A
350N/Ainclude ../../make-rules/shared-macros.mk
350N/A
350N/ACOMPONENT_NAME= areca
350N/ACOMPONENT_VERSION= 7.1
350N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
350N/ACOMPONENT_PROJECT_URL= http://sourceforge.net/projects/areca/
350N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:f3d90ae9dcf423fa116962bb22346101a45105914fc47e3d7b7c4202560eb917
350N/A
350N/A# Using our own special version of the source tarball. It's not clear
350N/A# where the source archive came from. The community web has the
350N/A# following for the source download link:
350N/A# http://downloads.sourceforge.net/areca/areca-7.1-src.zip
350N/ACOMPONENT_ARCHIVE_URL= $(EXTERNAL_ARCHIVE_MIRROR)/$(COMPONENT_ARCHIVE)
350N/A
1273N/ACOMPONENT_BUGDB= utility/areca
1273N/A
3661N/ATPNO= 6138
3661N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/ant.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
350N/A
4005N/AJAVA_HOME = $(JAVA7_HOME)
4005N/A
350N/ACOMPONENT_BUILD_TARGETS += install -buildfile build.xml
1539N/ACOMPONENT_BUILD_ENV += ANT_OPTS="-Dfile.encoding=iso-8859-1"
1539N/A
350N/A
350N/A# common targets
350N/Abuild: $(BUILD_32)
350N/A
350N/Ainstall: build
350N/A
350N/Atest: $(NO_TESTS)
350N/A
350N/A
3996N/AREQUIRED_PACKAGES += library/java/swt
3996N/AREQUIRED_PACKAGES += shell/bash
3996N/AREQUIRED_PACKAGES += system/core-os
4599N/AREQUIRED_PACKAGES += runtime/java/jre-7