python/hypothesis: update to 6.121.0
[oi-userland.git] / components / library / yaml-cpp-7 / Makefile
blobbd726b603de8f97e5a8e9ceb6c2527f58643c48f
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
21 # Copyright (c) 2013 David Hoeppner. All rights reserved.
24 BUILD_STYLE= cmake
25 USE_PARALLEL_BUILD = yes
27 include ../../../make-rules/shared-macros.mk
29 COMPONENT_NAME= yaml-cpp
30 COMPONENT_VERSION= 0.7.0
31 COMPONENT_REVISION= 4
32 COMPONENT_SUMMARY= A YAML parser and emitter in C++ matching the YAML 1.2 spec
33 COMPONENT_PROJECT_URL= https://github.com/jbeder/$(COMPONENT_SRC_NAME)
34 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_NAME)-$(COMPONENT_VERSION)
35 COMPONENT_ARCHIVE= $(COMPONENT_NAME)-$(COMPONENT_VERSION).tar.gz
36 COMPONENT_ARCHIVE_HASH= sha256:43e6a9fcb146ad871515f0d0873947e5d497a1c9c60c58cb102a97b47208b7c3
37 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/archive/refs/tags/$(COMPONENT_ARCHIVE)
38 COMPONENT_FMRI= library/yaml-cpp
39 COMPONENT_CLASSIFICATION= System/Libraries
40 COMPONENT_LICENSE= MIT
41 COMPONENT_LICENSE_FILE= LICENSE
43 include $(WS_MAKE_RULES)/common.mk
45 CMAKE_OPTIONS += -DCMAKE_BUILD_TYPE=Release
46 CMAKE_OPTIONS += -DCMAKE_INSTALL_DATADIR=lib/amd64
47 CMAKE_OPTIONS += -DYAML_BUILD_SHARED_LIBS=ON
48 # Do not install GoogleTest
49 CMAKE_OPTIONS += -DINSTALL_GTEST=OFF
51 # Auto-generated dependencies
52 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
53 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
54 REQUIRED_PACKAGES += system/library