4045N/A#
4045N/A# CDDL HEADER START
4045N/A#
4045N/A# The contents of this file are subject to the terms of the
4045N/A# Common Development and Distribution License (the "License").
4045N/A# You may not use this file except in compliance with the License.
4045N/A#
4045N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4045N/A# or http://www.opensolaris.org/os/licensing.
4045N/A# See the License for the specific language governing permissions
4045N/A# and limitations under the License.
4045N/A#
4045N/A# When distributing Covered Code, include this CDDL HEADER in each
4045N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4045N/A# If applicable, add the following below this CDDL HEADER, with the
4045N/A# fields enclosed by brackets "[]" replaced with your own identifying
4045N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4045N/A#
4045N/A# CDDL HEADER END
4045N/A#
4045N/A
4045N/A#
5680N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
4045N/A#
5680N/ABUILD_BITS= 64
4045N/Ainclude ../../make-rules/shared-macros.mk
4045N/A
4045N/ACOMPONENT_NAME= mtr
4045N/ACOMPONENT_VERSION= 0.86
4045N/ACOMPONENT_PROJECT_URL= http://www.bitwizard.nl/mtr/
4045N/ACOMPONENT_ARCHIVE_HASH= \
4045N/A sha256:7912f049f9506748913e2866068b7f95b11a4e0a855322120b456c46ac9eb763
4045N/ACOMPONENT_ARCHIVE_URL= https://github.com/traviscross/mtr/archive/v$(COMPONENT_VERSION).tar.gz
4045N/A
4045N/ATPNO= 18130
4045N/A
5680N/ATEST_TARGET= $(NO_TESTS)
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
4045N/A
4045N/ACONFIGURE_SBINDIR.64 = $(CONFIGURE_PREFIX)/bin
4045N/ACONFIGURE_OPTIONS += --without-gtk
4045N/ACONFIGURE_OPTIONS += --without-ipinfo
4045N/A
4045N/ACOMPONENT_PRE_CONFIGURE_ACTION += (cd $(SOURCE_DIR); ./bootstrap.sh)
4045N/A
4045N/AREQUIRED_PACKAGES += library/ncurses
4045N/AREQUIRED_PACKAGES += system/library/math