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