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