components/areca/Makefile
changeset 4916 b49f3ed3d841
parent 4915 48f204cc245c
child 4917 4c88f9d4ab8d
equal deleted inserted replaced
4915:48f204cc245c 4916:b49f3ed3d841
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 include ../../make-rules/shared-macros.mk
       
    27 
       
    28 COMPONENT_NAME=		areca
       
    29 COMPONENT_VERSION=	7.1
       
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
       
    31 COMPONENT_PROJECT_URL=	http://sourceforge.net/projects/areca/
       
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
       
    33 COMPONENT_ARCHIVE_HASH=	 \
       
    34     sha256:f3d90ae9dcf423fa116962bb22346101a45105914fc47e3d7b7c4202560eb917
       
    35 
       
    36 # Using our own special version of the source tarball. It's not clear 
       
    37 # where the source archive came from.  The community web has the
       
    38 # following for the source download link:
       
    39 #        http://downloads.sourceforge.net/areca/areca-7.1-src.zip
       
    40 COMPONENT_ARCHIVE_URL=	$(EXTERNAL_ARCHIVE_MIRROR)/$(COMPONENT_ARCHIVE)
       
    41 
       
    42 COMPONENT_BUGDB=	utility/areca
       
    43 
       
    44 TPNO=			6138
       
    45 
       
    46 include $(WS_MAKE_RULES)/prep.mk
       
    47 include $(WS_MAKE_RULES)/ant.mk
       
    48 include $(WS_MAKE_RULES)/ips.mk
       
    49 
       
    50 JAVA_HOME = $(JAVA7_HOME)
       
    51 
       
    52 COMPONENT_BUILD_TARGETS += install -buildfile build.xml
       
    53 COMPONENT_BUILD_ENV += ANT_OPTS="-Dfile.encoding=iso-8859-1"
       
    54 
       
    55 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
    56 
       
    57 # common targets
       
    58 build:		$(BUILD_32)
       
    59 
       
    60 install:	build
       
    61 
       
    62 test:		$(NO_TESTS)
       
    63 
       
    64 system-test:    $(NO_TESTS)
       
    65 
       
    66 
       
    67 REQUIRED_PACKAGES += library/java/swt
       
    68 REQUIRED_PACKAGES += shell/bash
       
    69 REQUIRED_PACKAGES += system/core-os