Obsolete golang-120
[oi-userland.git] / components / sysutils / lft / Makefile
blobd2571c014bb3c40687264465e618eceb4b99a301
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2014 (c) Aurelien Larcher. All rights reserved.
14 BUILD_BITS= 64
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= lft
18 COMPONENT_VERSION= 3.91
19 COMPONENT_SUMMARY= Layer Four Traceroute (LFT) and WhoB
20 COMPONENT_PROJECT_URL= https://pwhois.org/lft/
21 COMPONENT_FMRI= diagnostic/lft
22 COMPONENT_CLASSIFICATION=Applications/System Utilities
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:aad13e671adcfc471ab99417161964882d147893a54664f3f465ec5c8398e6af
27 COMPONENT_ARCHIVE_URL= \
28 https://pwhois.org/dl/index.who?file=$(COMPONENT_ARCHIVE)
29 COMPONENT_LICENSE= VOSTROM Public License for Open Source
31 TEST_TARGET= $(NO_TESTS)
32 include $(WS_MAKE_RULES)/common.mk
34 # Work around broken Makefile not supporting out of source build
35 COMPONENT_POST_CONFIGURE_ACTION= $(CP) $(SOURCE_DIR)/*.c $(SOURCE_DIR)/*.h $(SOURCE_DIR)/*.8 $(BUILD_DIR_$(BITS))/
37 COMPONENT_INSTALL_ARGS=DESTDIR=$(PROTO_DIR)
39 # Auto-generated dependencies
40 REQUIRED_PACKAGES += system/library
41 REQUIRED_PACKAGES += system/library/libpcap