e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi#
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi# CDDL HEADER START
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi#
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi# The contents of this file are subject to the terms of the
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi# Common Development and Distribution License (the "License").
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi# You may not use this file except in compliance with the License.
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi#
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi# or http://www.opensolaris.org/os/licensing.
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi# See the License for the specific language governing permissions
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi# and limitations under the License.
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi#
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi# When distributing Covered Code, include this CDDL HEADER in each
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi# If applicable, add the following below this CDDL HEADER, with the
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi# fields enclosed by brackets "[]" replaced with your own identifying
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi# information: Portions Copyright [yyyy] [name of copyright owner]
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi#
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi# CDDL HEADER END
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi#
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi#
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi#
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas CapponiBUILD_BITS= 64
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponiinclude ../../make-rules/shared-macros.mk
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas CapponiCOMPONENT_NAME= help2man
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas CapponiCOMPONENT_VERSION= 1.47.3
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas CapponiCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas CapponiCOMPONENT_ARCHIVE_HASH= \
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi sha256:c232af6475ef65bee02770862a362f4c4c2e6c9967d39e987eb94cadcfc13856
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas CapponiCOMPONENT_ARCHIVE_URL= http://mirror.team-cymru.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas CapponiTPNO= 27415
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas CapponiTEST_TARGET= $(NO_TESTS)
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponiinclude $(WS_MAKE_RULES)/gnu-component.mk
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas CapponiCONFIGURE_ENV += PERL=$(PERL)
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi# Needed to successfully create the message files.
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas CapponiCOMPONENT_PRE_CONFIGURE_ACTION += ($(CLONEY) $(SOURCE_DIR) $(@D));
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi# Needed to get all the localized files.
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas CapponiCOMPONENT_INSTALL_TARGETS += install_l10n
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas CapponiREQUIRED_PACKAGES += $(PERL_PKG)
e433824f46514e6ed863eb6b95c70038331c8c24Nicolas Capponi