Makefile revision 5234
152N/A#
152N/A# CDDL HEADER START
152N/A#
152N/A# The contents of this file are subject to the terms of the
152N/A# Common Development and Distribution License (the "License").
152N/A# You may not use this file except in compliance with the License.
152N/A#
152N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
152N/A# or http://www.opensolaris.org/os/licensing.
152N/A# See the License for the specific language governing permissions
152N/A# and limitations under the License.
152N/A#
152N/A# When distributing Covered Code, include this CDDL HEADER in each
152N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152N/A# If applicable, add the following below this CDDL HEADER, with the
152N/A# fields enclosed by brackets "[]" replaced with your own identifying
152N/A# information: Portions Copyright [yyyy] [name of copyright owner]
152N/A#
152N/A# CDDL HEADER END
152N/A#
3983N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
152N/A#
152N/Ainclude ../../make-rules/shared-macros.mk
152N/A
152N/ACOMPONENT_NAME= nano
760N/ACOMPONENT_VERSION= 2.0.9
618N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
152N/ACOMPONENT_PROJECT_URL= http://www.nano-editor.org/
760N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:6d212385680d29dcda35dda7801da19c80182a8bc6bc6d5cf7533034c853d37f
760N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)dist/v2.0/$(COMPONENT_ARCHIVE)
1273N/ACOMPONENT_BUGDB= utility/nano
1273N/A
3661N/ATPNO= 9253
3661N/A
152N/Ainclude $(WS_MAKE_RULES)/prep.mk
152N/Ainclude $(WS_MAKE_RULES)/configure.mk
152N/Ainclude $(WS_MAKE_RULES)/ips.mk
760N/A
844N/ACFLAGS += -I/usr/include/ncurses
844N/A
760N/ACONFIGURE_OPTIONS += --bindir=/usr/bin
152N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
152N/A
152N/AASLR_MODE = $(ASLR_ENABLE)
152N/A
152N/Aconfigure: $(CONFIGURE_64)
3983N/A
3983N/Abuild: $(BUILD_64)
3983N/A
3983N/Ainstall: $(INSTALL_64)
152N/A
152N/Atest: $(NO_TESTS)
152N/A
277N/Asystem-test: $(NO_TESTS)
3983N/A
152N/AREQUIRED_PACKAGES += library/ncurses
152N/AREQUIRED_PACKAGES += system/library
152N/A