4116N/A#
4116N/A# CDDL HEADER START
4116N/A#
4116N/A# The contents of this file are subject to the terms of the
4116N/A# Common Development and Distribution License (the "License").
4116N/A# You may not use this file except in compliance with the License.
4116N/A#
4116N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4116N/A# or http://www.opensolaris.org/os/licensing.
4116N/A# See the License for the specific language governing permissions
4116N/A# and limitations under the License.
4116N/A#
4116N/A# When distributing Covered Code, include this CDDL HEADER in each
4116N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4116N/A# If applicable, add the following below this CDDL HEADER, with the
4116N/A# fields enclosed by brackets "[]" replaced with your own identifying
4116N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4116N/A#
4116N/A# CDDL HEADER END
4116N/A#
5680N/A
5680N/A#
5588N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
4116N/A#
5680N/ABUILD_BITS= 64
5680N/ACOMPILER= gcc
4116N/Ainclude ../../make-rules/shared-macros.mk
4116N/A
4116N/ACOMPONENT_NAME= procps-ng
5588N/ACOMPONENT_VERSION= 3.3.11
4116N/ACOMPONENT_PROJECT_URL= http://sourceforge.net/projects/procps-ng/
4116N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
4116N/ACOMPONENT_ARCHIVE_HASH= \
5588N/A sha256:e9493169a2d2adc0bc045538707310c8e877b385e4e296143b62607d2bb044ed
4116N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)files/Production/$(COMPONENT_ARCHIVE)/download
4116N/ACOMPONENT_BUGDB= utility/watch
4116N/A
5588N/ATPNO= 27264
4116N/A
5680N/AINSTALL_TARGET= build
5680N/ATEST_TARGET= $(NO_TESTS)
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
4116N/A
4116N/A
5680N/ACFLAGS += -I$(USRINCDIR)/ncurses
4116N/A
4116N/A# Always show the build and link lines for easier debugging.
4116N/ACOMPONENT_BUILD_ARGS += V=1
4116N/A
4116N/A# Don't try to link watch with .../proc/libprocps.la as it's not needed.
5588N/ACOMPONENT_BUILD_ARGS += LDADD=
4116N/A
4116N/ACOMPONENT_BUILD_TARGETS = watch
4116N/A
4116N/APKG_PROTO_DIRS += $(BUILD_DIR_64)
4116N/A
4116N/AREQUIRED_PACKAGES += library/ncurses