256N/A#
256N/A# CDDL HEADER START
256N/A#
256N/A# The contents of this file are subject to the terms of the
256N/A# Common Development and Distribution License (the "License").
256N/A# You may not use this file except in compliance with the License.
256N/A#
256N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
256N/A# or http://www.opensolaris.org/os/licensing.
256N/A# See the License for the specific language governing permissions
256N/A# and limitations under the License.
256N/A#
256N/A# When distributing Covered Code, include this CDDL HEADER in each
256N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
256N/A# If applicable, add the following below this CDDL HEADER, with the
256N/A# fields enclosed by brackets "[]" replaced with your own identifying
256N/A# information: Portions Copyright [yyyy] [name of copyright owner]
256N/A#
256N/A# CDDL HEADER END
256N/A#
256N/A
256N/A#
3996N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
256N/A#
256N/A
256N/Ainclude ../../make-rules/shared-macros.mk
256N/A
256N/ACOMPONENT_NAME= slang
256N/ACOMPONENT_VERSION= 2.2.4
256N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
256N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:9a8257a9a2a55099af858b13338dc8f3a06dd2069f46f0df2c9c3bb84a01d5db
256N/ACOMPONENT_ARCHIVE_URL= ftp://space.mit.edu/pub/davis/slang/v2.2/$(COMPONENT_ARCHIVE)
256N/ACOMPONENT_PROJECT_URL= http://www.jedsoft.org/slang/
1273N/ACOMPONENT_BUGDB= utility/slang
256N/A
3661N/ATPNO= 8995
3661N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/configure.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
256N/A
256N/ACOMPONENT_PRE_CONFIGURE_ACTION = $(CLONEY) $(SOURCE_DIR) $(@D)
256N/ACONFIGURE_SCRIPT = $(@D)/configure
256N/A
256N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
256N/ACONFIGURE_OPTIONS += LDFLAGS="$(CFLAGS)"
256N/ACONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)/slsh
256N/A
2617N/AASLR_MODE=$(ASLR_ENABLE)
2617N/A
256N/A# common targets
256N/Abuild: $(BUILD_32_and_64)
256N/A
256N/Ainstall: $(INSTALL_32_and_64)
256N/A
256N/Atest: $(TEST_32_and_64)
256N/A
256N/A
3996N/AREQUIRED_PACKAGES += image/library/libpng
3996N/AREQUIRED_PACKAGES += library/pcre
3996N/AREQUIRED_PACKAGES += library/zlib
3996N/AREQUIRED_PACKAGES += system/core-os
3996N/AREQUIRED_PACKAGES += system/library
3996N/AREQUIRED_PACKAGES += system/library/math
3996N/AREQUIRED_PACKAGES += system/linker