Makefile revision 5680
563N/A#
563N/A# CDDL HEADER START
563N/A#
563N/A# The contents of this file are subject to the terms of the
563N/A# Common Development and Distribution License (the "License").
563N/A# You may not use this file except in compliance with the License.
563N/A#
563N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
563N/A# or http://www.opensolaris.org/os/licensing.
563N/A# See the License for the specific language governing permissions
563N/A# and limitations under the License.
563N/A#
563N/A# When distributing Covered Code, include this CDDL HEADER in each
563N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
563N/A# If applicable, add the following below this CDDL HEADER, with the
563N/A# fields enclosed by brackets "[]" replaced with your own identifying
563N/A# information: Portions Copyright [yyyy] [name of copyright owner]
563N/A#
873N/A# CDDL HEADER END
563N/A#
563N/A
563N/A#
563N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
563N/A#
4987N/ABUILD_BITS= 64
5556N/Ainclude ../../make-rules/shared-macros.mk
563N/A
563N/ACOMPONENT_NAME= iftop
563N/ACOMPONENT_VERSION= 0.17
2086N/ACOMPONENT_PROJECT_URL= http://www.ex-parrot.com/~pdw/iftop/
2086N/ACOMPONENT_ARCHIVE_HASH= \
2086N/A sha256:d032547c708307159ff5fd0df23ebd3cfa7799c31536fa0aea1820318a8e0eac
563N/ACOMPONENT_ARCHIVE_URL= http://www.ex-parrot.com/~pdw/iftop/download/$(COMPONENT_ARCHIVE)
3779N/A
2724N/ATPNO= 9256
563N/A
563N/ATEST_TARGET= $(NO_TESTS)
3824N/Ainclude $(WS_MAKE_RULES)/common.mk
563N/A
563N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
563N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
3779N/A
2724N/APATCH_LEVEL= 0
563N/A
563N/A# without this we bus error on sparc. sadly I don't see any patches
4590N/A# that might relate from the upstream (though maybe that's really
2752N/A# "happily", as this is simpler)
1073N/Astudio_ALIGN.sparc.64= -xmemalign=1i
1323N/A
1323N/AIFTOP_LIBDIR= $(USRGNUDIR)/lib
563N/ALDFLAGS += -L$(IFTOP_LIBDIR) -R$(IFTOP_LIBDIR)
4706N/ACPPFLAGS += -I$(USRGNUDIR)/include -I$(USRINCDIR)/ncurses
4706N/A
2752N/AREQUIRED_PACKAGES += library/ncurses
563N/AREQUIRED_PACKAGES += system/library/libpcap
4706N/AREQUIRED_PACKAGES += system/library/math
4706N/A