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