94N/A#
94N/A# CDDL HEADER START
94N/A#
94N/A# The contents of this file are subject to the terms of the
94N/A# Common Development and Distribution License (the "License").
94N/A# You may not use this file except in compliance with the License.
94N/A#
94N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94N/A# or http://www.opensolaris.org/os/licensing.
94N/A# See the License for the specific language governing permissions
94N/A# and limitations under the License.
94N/A#
94N/A# When distributing Covered Code, include this CDDL HEADER in each
94N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
94N/A# If applicable, add the following below this CDDL HEADER, with the
94N/A# fields enclosed by brackets "[]" replaced with your own identifying
94N/A# information: Portions Copyright [yyyy] [name of copyright owner]
94N/A#
94N/A# CDDL HEADER END
94N/A#
94N/A
94N/A#
5723N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
94N/A#
94N/A
94N/Ainclude ../../make-rules/shared-macros.mk
94N/A
94N/ACOMPONENT_NAME= tcsh
5723N/ACOMPONENT_VERSION= 6.19.00
5723N/AIPS_COMPONENT_VERSION= 6.19.0
618N/ACOMPONENT_PROJECT_URL= http://www.tcsh.org/
94N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
94N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
5723N/A sha256:12e271e0b89e4259d9d6e8d525322e77340e7244cfbd199a591e5f8146285c49
94N/ACOMPONENT_ARCHIVE_URL= ftp://ftp.astron.com/pub/tcsh/$(COMPONENT_ARCHIVE)
1273N/ACOMPONENT_BUGDB= utility/tcsh
94N/A
5723N/ATPNO= 24443
3661N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/configure.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
94N/A
94N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
94N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
94N/A
94N/ACOMPONENT_PREP_ACTION = \
94N/A (cd $(@D) ; autoconf )
94N/A
94N/ALOCALEDIR=$(PROTO_DIR)/$(CONFIGURE_LOCALEDIR)
94N/A
94N/ACONFIGURE_OPTIONS += --localedir=$(CONFIGURE_LOCALEDIR)
94N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
94N/A
94N/A# common targets
94N/Abuild: $(BUILD_32)
94N/A
181N/Ainstall: $(INSTALL_32)
94N/A
94N/A
181N/Atest: $(NO_TESTS)
94N/A
3996N/AREQUIRED_PACKAGES += system/library
5723N/AREQUIRED_PACKAGES += text/locale