components/help2man/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Wed, 15 Apr 2015 09:30:56 -0700
branchs11-update
changeset 4128 5b637a305812
child 4339 6501cf9c29f9
permissions -rw-r--r--
PSARC 2014/285 help2man 1.46.1 18066260 we should ship help2man
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4128
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
include ../../make-rules/shared-macros.mk
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
COMPONENT_NAME=		help2man
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
COMPONENT_VERSION=	1.46.1
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
COMPONENT_PROJECT_URL=	http://www.gnu.org/software/help2man/
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
COMPONENT_ARCHIVE_HASH=	\
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
    sha256:3dfd02a026149aad06887c1cb6062471779c100e00aecb79b8f9d01cf1581c47
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE_URL=	http://mirror.team-cymru.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
COMPONENT_BUGDB=	utility/help2man
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
TPNO=			18702
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
include $(WS_MAKE_RULES)/prep.mk
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
include $(WS_MAKE_RULES)/configure.mk
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
include $(WS_MAKE_RULES)/ips.mk
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
# Needed to get all the localized files.
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
COMPONENT_INSTALL_TARGETS = install install_l10n
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
ASLR_MODE = $(ASLR_ENABLE)
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
build:		$(BUILD_64)
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
install:	$(INSTALL_64)
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
test:		$(NO_TESTS)
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
5b637a305812 PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
REQUIRED_PACKAGES +=	runtime/perl-512