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