Marcel Telka
2024-04-06 e3d6dbd6d802688684024dece3f85bc623dfcba7
commit | author | age
efaca1 1 #
E 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.
5 #
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.
9 #
10
11 #
12 # Copyright 2022 erwinlem
13 #
14
9e8a04 15 BUILD_STYLE= cmake
AW 16 OPENSSL_VERSION= 3.1
efaca1 17 include ../../../make-rules/shared-macros.mk
E 18
19 COMPONENT_NAME=        mosquitto
7315aa 20 COMPONENT_VERSION=    2.0.18
fcaed2 21 COMPONENT_REVISION=    1
efaca1 22 COMPONENT_SUMMARY=    Eclipse Mosquitto - An open source MQTT broker
E 23 COMPONENT_PROJECT_URL=    https://mosquitto.org/
24 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
81d030 26 COMPONENT_ARCHIVE_URL=    https://mosquitto.org/files/source/$(COMPONENT_ARCHIVE)
7315aa 27 COMPONENT_ARCHIVE_HASH=    sha256:d665fe7d0032881b1371a47f34169ee4edab67903b2cd2b4c083822823f4448a
83f017 28 COMPONENT_FMRI=        network/${COMPONENT_NAME}
AW 29 COMPONENT_CLASSIFICATION=Applications/Internet
efaca1 30 COMPONENT_LICENSE=    Eclipse Public License 2.0
9e8a04 31 COMPONENT_LICENSE_FILE=    epl-v20
efaca1 32
9e8a04 33 TEST_TARGET= $(NO_TESTS)
efaca1 34 include $(WS_MAKE_RULES)/common.mk
E 35
36 LDFLAGS += -lsocket
37
9e8a04 38 CMAKE_OPTIONS += -DCMAKE_INSTALL_SYSCONFDIR=/etc
81d030 39
efaca1 40 # Auto-generated dependencies
E 41 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
9e8a04 42 REQUIRED_PACKAGES += SUNWcs
AW 43 REQUIRED_PACKAGES += library/security/openssl-31
efaca1 44 REQUIRED_PACKAGES += system/library
E 45 REQUIRED_PACKAGES += system/library/math