2556N/A#
2556N/A# CDDL HEADER START
2556N/A#
2556N/A# The contents of this file are subject to the terms of the
2556N/A# Common Development and Distribution License (the "License").
2556N/A# You may not use this file except in compliance with the License.
2556N/A#
2556N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2556N/A# or http://www.opensolaris.org/os/licensing.
2556N/A# See the License for the specific language governing permissions
2556N/A# and limitations under the License.
2556N/A#
2556N/A# When distributing Covered Code, include this CDDL HEADER in each
2556N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2556N/A# If applicable, add the following below this CDDL HEADER, with the
2556N/A# fields enclosed by brackets "[]" replaced with your own identifying
2556N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2556N/A#
2556N/A# CDDL HEADER END
2556N/A#
5680N/A
5680N/A#
5680N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
2556N/A#
5680N/A
5680N/Ainclude ../../make-rules/shared-macros.mk
5680N/A
2556N/ACOMPONENT_NAME= sed
2556N/ACOMPONENT_VERSION= 4.2.1
2556N/ACOMPONENT_PROJECT_URL= http://www.gnu.org/software/sed/
3543N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2556N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
2556N/ACOMPONENT_ARCHIVE_HASH= \
3543N/A sha256:8773541ce097fdc4c5b9e7da12a82dffbb30cd91f7bc169f52f05f93b7fc3060
2556N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/pub/gnu/sed/$(COMPONENT_ARCHIVE)
2556N/ACOMPONENT_BUGDB= utility/gnu-sed
2556N/A
3543N/ATPNO= 8711
2899N/A
2556N/Ainclude $(WS_MAKE_RULES)/prep.mk
5680N/Ainclude $(WS_MAKE_RULES)/configure.mk
2556N/Ainclude $(WS_MAKE_RULES)/ips.mk
3543N/A
3543N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
3543N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
3543N/A
2556N/A# common targets
2556N/Abuild: $(BUILD_32)
5680N/A
2556N/Ainstall: $(INSTALL_32)
2556N/A
2556N/Atest: $(TEST_32)
2556N/A
2556N/A
2556N/AREQUIRED_PACKAGES += system/library
2556N/A