components/help2man/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Mon, 17 Apr 2017 14:00:45 -0700
changeset 7879 1b7feb7f813d
parent 7687 1093e2a9adbd
permissions -rw-r--r--
25734018 Update help2man to version 1.47.4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4064
ade9b64a338f PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
ade9b64a338f PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
ade9b64a338f PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
ade9b64a338f 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
ade9b64a338f PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
ade9b64a338f 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.
ade9b64a338f PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
ade9b64a338f 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
ade9b64a338f PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
ade9b64a338f 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
ade9b64a338f PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
ade9b64a338f PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
ade9b64a338f 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
ade9b64a338f 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.
ade9b64a338f 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
ade9b64a338f 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
ade9b64a338f 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]
ade9b64a338f PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
ade9b64a338f PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
ade9b64a338f PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5659
diff changeset
    21
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5659
diff changeset
    22
#
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 5797
diff changeset
    23
# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
4064
ade9b64a338f PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5659
diff changeset
    25
BUILD_BITS= 64
4064
ade9b64a338f PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
ade9b64a338f PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
ade9b64a338f PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		help2man
7879
1b7feb7f813d 25734018 Update help2man to version 1.47.4
Rich Burridge <rich.burridge@oracle.com>
parents: 7687
diff changeset
    29
COMPONENT_VERSION=	1.47.4
4064
ade9b64a338f PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
ade9b64a338f PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
COMPONENT_ARCHIVE_HASH=	\
7879
1b7feb7f813d 25734018 Update help2man to version 1.47.4
Rich Burridge <rich.burridge@oracle.com>
parents: 7687
diff changeset
    32
    sha256:d4ecf697d13f14dd1a78c5995f06459bff706fd1ce593d1c02d81667c0207753
4064
ade9b64a338f PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_URL=	http://mirror.team-cymru.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 5797
diff changeset
    34
COMPONENT_ANITYA_ID=	1309
4064
ade9b64a338f PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
7879
1b7feb7f813d 25734018 Update help2man to version 1.47.4
Rich Burridge <rich.burridge@oracle.com>
parents: 7687
diff changeset
    36
TPNO=			34324
4064
ade9b64a338f PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5659
diff changeset
    38
TEST_TARGET= $(NO_TESTS)
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5659
diff changeset
    39
include $(WS_MAKE_RULES)/gnu-component.mk
4064
ade9b64a338f PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
5797
432ac76de3b0 23078956 adjust the remainder of the userland components to use perl 5.22
Craig Mohrman <craig.mohrman@oracle.com>
parents: 5682
diff changeset
    41
CONFIGURE_ENV +=	PERL=$(PERL)
5659
b6e2086f646a 22950949 Update help2man to version 1.47.3
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    42
b6e2086f646a 22950949 Update help2man to version 1.47.3
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    43
# Needed to successfully create the message files.
b6e2086f646a 22950949 Update help2man to version 1.47.3
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    44
COMPONENT_PRE_CONFIGURE_ACTION += ($(CLONEY) $(SOURCE_DIR) $(@D));
b6e2086f646a 22950949 Update help2man to version 1.47.3
Rich Burridge <rich.burridge@oracle.com>
parents: 4339
diff changeset
    45
4064
ade9b64a338f PSARC 2014/285 help2man 1.46.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
# Needed to get all the localized files.
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5659
diff changeset
    47
COMPONENT_INSTALL_TARGETS += install_l10n
4339
6501cf9c29f9 21116842 add system-test targets to each component Makefile and to top-level Makefiles
Stacy Yeh <stacy.yeh@oracle.com>
parents: 4064
diff changeset
    48
5797
432ac76de3b0 23078956 adjust the remainder of the userland components to use perl 5.22
Craig Mohrman <craig.mohrman@oracle.com>
parents: 5682
diff changeset
    49
REQUIRED_PACKAGES += $(PERL_PKG)