Makefile revision 6398
0N/A#
1460N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License (the "License").
0N/A# You may not use this file except in compliance with the License.
0N/A#
0N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0N/A# or http://www.opensolaris.org/os/licensing.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information: Portions Copyright [yyyy] [name of copyright owner]
0N/A#
0N/A# CDDL HEADER END
0N/A#
0N/A
0N/A#
0N/A# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
0N/A#
0N/ABUILD_BITS= 64
0N/A# using gcc makes parfait happy.
0N/ACOMPILER= gcc
0N/Ainclude ../../make-rules/shared-macros.mk
0N/ACOMPONENT_NAME= texinfo
0N/ACOMPONENT_VERSION= 6.1
0N/ACOMPONENT_PROJECT_URL= https://www.gnu.org/software/texinfo/
0N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
0N/ACOMPONENT_ARCHIVE_HASH= \
0N/A sha256:02582b6d9b0552f1cb1312be6bd7023e9799603c3b2320fa68a36029e4cbafbb
0N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/texinfo/$(COMPONENT_ARCHIVE)
0N/A
0N/ATPNO_TEXINFO= 27244
0N/ATPNO_TEXI2HTML= 9089
0N/A
0N/Ainclude $(WS_MAKE_RULES)/gnu-component.mk
0N/A
0N/AINFOPATH := /usr/share/info
0N/AINFOPATH := $(INFOPATH):/usr/sfw/share/info
0N/AINFOPATH := $(INFOPATH):/usr/gnu/share/info
0N/AINFOPATH := $(INFOPATH):/usr/local/share/info
0N/AINFOPATH := $(INFOPATH):.
1460N/A
1460N/ACPPFLAGS += -DDEFAULT_INFOPATH=\\\"$(INFOPATH)\\\"
1460N/A
1460N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
1460N/A
1460N/A# PERL_SCRIPTS_PROCESS needs to be the last COMPONENT_POST_INSTALL_ACTION
0N/ACOMPONENT_POST_INSTALL_ACTION =
0N/A
1460N/ACOMPONENT_POST_INSTALL_ACTION += \
1460N/A $(INSTALL) -m 0755 texi2html.pl $(PROTOUSRBINDIR)/texi2html;
1460N/A
1460N/A# Adjust '#!/usr/bin/perl'
1460N/APERL_SCRIPTS= \
0N/A $(PROTOUSRBINDIR)/makeinfo \
0N/A $(PROTOUSRBINDIR)/pod2texi \
0N/A $(PROTOUSRBINDIR)/texi2any \
0N/A $(PROTOUSRBINDIR)/texi2html
0N/A
1460N/ACOMPONENT_POST_INSTALL_ACTION += $(PERL_SCRIPTS_PROCESS)
1460N/A
1460N/ACOMPONENT_TEST_TRANSFORMS += \
1460N/A '-e "s|^.*$(CC).*$$|XXX_CC_XXX|g" ' \
1460N/A '-e "s|^.*$(CXX).*$$|XXX_CC_XXX|g" ' \
1460N/A '-e "s|^DEPDIR.*$$|XXX_CC_XXX|g" ' \
1460N/A '-e "s|^mv.*$$|XXX_CC_XXX|g" ' \
1460N/A '-e "s|^make.*: Nothing to be.*$$|XXX_CC_XXX|g" ' \
1460N/A '-e "s|^make.*: Leaving directory.*$$|XXX_CC_XXX|g" ' \
1460N/A '-e "s|^make.*: Entering directory.*$$|XXX_CC_XXX|g" ' \
1460N/A '-e "s|.*ginstall.*$$|XXX_CC_XXX|g" ' \
0N/A '-e "/^XXX_CC_XXX$$/d" '
1460N/A
1460N/AREQUIRED_PACKAGES += library/ncurses
1460N/AREQUIRED_PACKAGES += $(PERL_PKG)
0N/AREQUIRED_PACKAGES += runtime/python-27
0N/AREQUIRED_PACKAGES += shell/bash
0N/AREQUIRED_PACKAGES += shell/ksh93
1460N/AREQUIRED_PACKAGES += system/core-os
0N/AREQUIRED_PACKAGES += system/library
1460N/A