components/areca/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Wed, 14 Aug 2013 10:54:58 -0700
changeset 1434 c782e620dd26
parent 1080 ca67dcd7608b
child 1948 2d1537e7942d
permissions -rw-r--r--
17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
350
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
1434
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1080
diff changeset
    23
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
350
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		areca
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
COMPONENT_VERSION=	7.1
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
COMPONENT_PROJECT_URL=	http://sourceforge.net/projects/areca/
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 350
diff changeset
    33
COMPONENT_ARCHIVE_HASH=	 \
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 350
diff changeset
    34
    sha256:f3d90ae9dcf423fa116962bb22346101a45105914fc47e3d7b7c4202560eb917
350
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
# Using our own special version of the source tarball. It's not clear 
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
# where the source archive came from.  The community web has the
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
# following for the source download link:
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
#        http://downloads.sourceforge.net/areca/areca-7.1-src.zip
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
COMPONENT_ARCHIVE_URL=	$(EXTERNAL_ARCHIVE_MIRROR)/$(COMPONENT_ARCHIVE)
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
1058
34d7aaa03423 15886624 Auto-generation of Userland gate list - Phase 3
Rich Burridge <rich.burridge@oracle.com>
parents: 800
diff changeset
    42
COMPONENT_BUGDB=	utility/areca
34d7aaa03423 15886624 Auto-generation of Userland gate list - Phase 3
Rich Burridge <rich.burridge@oracle.com>
parents: 800
diff changeset
    43
350
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
include ../../make-rules/prep.mk
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
include ../../make-rules/ant.mk
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
include ../../make-rules/ips.mk
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
COMPONENT_BUILD_TARGETS += install -buildfile build.xml
1080
ca67dcd7608b 15979881 areca doesn't build with jdk 1.7
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 1058
diff changeset
    49
COMPONENT_BUILD_ENV += ANT_OPTS="-Dfile.encoding=iso-8859-1"
ca67dcd7608b 15979881 areca doesn't build with jdk 1.7
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 1058
diff changeset
    50
1434
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1080
diff changeset
    51
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
350
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
# common targets
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
build:		$(BUILD_32)
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
install:	build
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
test:		$(NO_TESTS)
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
include ../../make-rules/depend.mk