5234N/A#
5234N/A# CDDL HEADER START
5234N/A#
5234N/A# The contents of this file are subject to the terms of the
5234N/A# Common Development and Distribution License (the "License").
5234N/A# You may not use this file except in compliance with the License.
5234N/A#
5234N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5234N/A# or http://www.opensolaris.org/os/licensing.
5234N/A# See the License for the specific language governing permissions
5234N/A# and limitations under the License.
5234N/A#
5234N/A# When distributing Covered Code, include this CDDL HEADER in each
5234N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5234N/A# If applicable, add the following below this CDDL HEADER, with the
5234N/A# fields enclosed by brackets "[]" replaced with your own identifying
5234N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5234N/A#
5234N/A# CDDL HEADER END
5234N/A#
5680N/A
5234N/A#
5680N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
5680N/A#
5680N/ABUILD_BITS= 64
5234N/Ainclude ../../make-rules/shared-macros.mk
5234N/A
5234N/ACOMPONENT_NAME= nano
6484N/ACOMPONENT_VERSION= 2.6.1
5234N/ACOMPONENT_PROJECT_URL= http://www.nano-editor.org/
5234N/ACOMPONENT_ARCHIVE_HASH= \
6484N/A sha256:56f2ba1c532647bee36abd5f87a714400af0be084cf857a65bc8f41a0dc28fe5
6484N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)dist/v2.6/$(COMPONENT_ARCHIVE)
5234N/A
6484N/ATPNO= 30196
5234N/A
5680N/ATEST_TARGET= $(NO_TESTS)
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
5234N/A
5680N/A# Ensure ancient autoconf scripts are overwritten with fixed versions that
5680N/A# properly detect SunOS 5.x hosts.
5680N/ACOMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv)
5234N/A
5680N/ACPPFLAGS += -I$(USRINCDIR)/ncurses
5680N/ACFLAGS += -I$(USRINCDIR)/ncurses
5234N/A
5234N/AREQUIRED_PACKAGES += library/ncurses