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