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