Makefile revision 181
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher# CDDL HEADER START
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher# The contents of this file are subject to the terms of the
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher# Common Development and Distribution License (the "License").
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher# You may not use this file except in compliance with the License.
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher# or http://www.opensolaris.org/os/licensing.
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher# See the License for the specific language governing permissions
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher# and limitations under the License.
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher# When distributing Covered Code, include this CDDL HEADER in each
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher# If applicable, add the following below this CDDL HEADER, with the
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher# fields enclosed by brackets "[]" replaced with your own identifying
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher# information: Portions Copyright [yyyy] [name of copyright owner]
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher# CDDL HEADER END
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
b32159300fea63222d8dd9200ed634087704ea74Stephen GallagherCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
b32159300fea63222d8dd9200ed634087704ea74Stephen GallagherCOMPONENT_ARCHIVE_HASH= sha1:843272609b9bff1bdf2770a28d498d6519901e73
b32159300fea63222d8dd9200ed634087704ea74Stephen GallagherCOMPONENT_ARCHIVE_URL= http://alpha.gnu.org/gnu/gzip/$(COMPONENT_ARCHIVE)
b32159300fea63222d8dd9200ed634087704ea74Stephen GallagherCONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher# Fix references to Solaris renamed programs (z*->gz*) in man pages, info
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher# pages and in wrapper scripts.
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher sed -f $(COMPONENT_DIR)/renaming.sed $$file.tmp > $$file ; \
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher# Rename installed programs and man pages in proto dir (z*->gz*).
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher (for dir in $(PROTOUSRBINDIR) $(PROTOUSRSHAREMAN1DIR) ; do \
b32159300fea63222d8dd9200ed634087704ea74Stephen Gallagher# Provide missing man pages.
b32159300fea63222d8dd9200ed634087704ea74Stephen GallagherGZGREP_MAN_VARIANTS+=$(PROTOUSRSHAREMAN1DIR)/gzegrep.1
b32159300fea63222d8dd9200ed634087704ea74Stephen GallagherGZGREP_MAN_VARIANTS+=$(PROTOUSRSHAREMAN1DIR)/gzfgrep.1