python/pytest-black: drop deprecated path from pytest_collect_file
[oi-userland.git] / components / network / autossh / Makefile
blob9847024b536af4b8e0217b5be34dacb32d69b0f2
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 2016 Jim Klimov
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= autossh
18 COMPONENT_VERSION= 1.4.7
19 HUMAN_VERSION= 1.4g
20 COMPONENT_REVISION= 2
21 COMPONENT_SUMMARY= autossh tunnel maintainer
22 COMPONENT_PROJECT_URL= https://www.harding.motd.ca/$(COMPONENT_NAME)
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(HUMAN_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tgz
25 COMPONENT_ARCHIVE_HASH= sha256:5fc3cee3361ca1615af862364c480593171d0c54ec156de79fc421e31ae21277
26 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/$(COMPONENT_ARCHIVE)
27 COMPONENT_FMRI= network/autossh
28 COMPONENT_CLASSIFICATION= System/Security
29 COMPONENT_LICENSE= BSD-like
31 TEST_TARGET= $(NO_TESTS)
32 include $(WS_MAKE_RULES)/common.mk
34 COMPONENT_PREP_ACTION = \
35 (cd $(@D) &&\
36 aclocal -I . &&\
37 autoheader &&\
38 autoreconf --force --install &&\
39 $(RM) config.h )
41 COMPONENT_PRE_CONFIGURE_ACTION = \
42 ($(CLONEY) $(SOURCE_DIR) $(@D))
44 # Auto-generated dependencies
45 REQUIRED_PACKAGES += system/library