Makefile revision 5345
3960N/A#
3960N/A# CDDL HEADER START
3960N/A#
3960N/A# The contents of this file are subject to the terms of the
3960N/A# Common Development and Distribution License (the "License").
3960N/A# You may not use this file except in compliance with the License.
3960N/A#
3960N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3960N/A# or http://www.opensolaris.org/os/licensing.
3960N/A# See the License for the specific language governing permissions
3960N/A# and limitations under the License.
3960N/A#
3960N/A# When distributing Covered Code, include this CDDL HEADER in each
3960N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3960N/A# If applicable, add the following below this CDDL HEADER, with the
3960N/A# fields enclosed by brackets "[]" replaced with your own identifying
3960N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3960N/A#
3960N/A# CDDL HEADER END
3960N/A#
3960N/A
3960N/A#
3960N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
3960N/A#
3960N/A
3960N/Ainclude ../../make-rules/shared-macros.mk
3960N/A
3960N/ACOMPONENT_NAME= less
4248N/ACOMPONENT_VERSION= 481
3960N/ACOMPONENT_PROJECT_URL= http://www.greenwoodsoftware.com/less/
3960N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4248N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
3960N/ACOMPONENT_ARCHIVE_HASH= \
3960N/A sha256:3fa38f2cf5e9e040bb44fffaa6c76a84506e379e47f5a04686ab78102090dda5
3960N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
4248N/ACOMPONENT_BUGDB= utility/less
3960N/A
4603N/ATPNO= 25171
4603N/A
4603N/Ainclude $(WS_MAKE_RULES)/prep.mk
3960N/Ainclude $(WS_MAKE_RULES)/configure.mk
3960N/Ainclude $(WS_MAKE_RULES)/ips.mk
3960N/A
3960N/ACC += $(CC_BITS)
3960N/A
3960N/ACONFIGURE_BINDIR.64 = $(CONFIGURE_PREFIX)/bin
3960N/A
3960N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
3960N/A
3960N/AASLR_MODE = $(ASLR_ENABLE)
3960N/A
3960N/A# common targets
3960N/Aconfigure: $(CONFIGURE_64)
3960N/A
3960N/Abuild: $(BUILD_64)
3960N/A
4603N/Ainstall: $(INSTALL_64)
3960N/A
3960N/Atest: $(NO_TESTS)
3960N/A
3960N/Asystem-test: $(NO_TESTS)
3960N/A
3960N/A
3960N/AREQUIRED_PACKAGES += library/ncurses
3960N/AREQUIRED_PACKAGES += system/library
3960N/A