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 2022 erwinlem
17 include ..
/..
/..
/make-rules
/shared-macros.mk
19 COMPONENT_NAME
= mosquitto
20 COMPONENT_VERSION
= 2.0.18
22 COMPONENT_SUMMARY
= Eclipse Mosquitto
- An open source MQTT broker
23 COMPONENT_PROJECT_URL
= https
://mosquitto.org
/
24 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
25 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
26 COMPONENT_ARCHIVE_URL
= https
://mosquitto.org
/files
/source
/$(COMPONENT_ARCHIVE
)
27 COMPONENT_ARCHIVE_HASH
= sha256
:d665fe7d0032881b1371a47f34169ee4edab67903b2cd2b4c083822823f4448a
28 COMPONENT_FMRI
= network
/${COMPONENT_NAME}
29 COMPONENT_CLASSIFICATION
=Applications
/Internet
30 COMPONENT_LICENSE
= Eclipse Public License
2.0
31 COMPONENT_LICENSE_FILE
= epl-v20
33 TEST_TARGET
= $(NO_TESTS
)
34 include $(WS_MAKE_RULES
)/common.mk
38 CMAKE_OPTIONS
+= -DCMAKE_INSTALL_SYSCONFDIR
=/etc
40 # Auto-generated dependencies
41 REQUIRED_PACKAGES
+= $(GXX_RUNTIME_PKG
)
42 REQUIRED_PACKAGES
+= SUNWcs
43 REQUIRED_PACKAGES
+= library
/security
/openssl-31
44 REQUIRED_PACKAGES
+= system
/library
45 REQUIRED_PACKAGES
+= system
/library
/math