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