gnu-npth: update to 1.8
[oi-userland.git] / components / developer / fossil / Makefile
blobd78c9cb6bb8128a3e9b0a61b1a0ca45183c06f15
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
23 # Copyright (c) 2023, Jonathan Schleifer. All rights reserved.
26 # localedir is unknown because configure is just a small wrapper over a tcl script
27 CONFIGURE_DEFAULT_DIRS=no
28 USE_PARALLEL_BUILD = yes
29 include ../../../make-rules/shared-macros.mk
31 COMPONENT_NAME = fossil
32 COMPONENT_VERSION = 2.25
33 COMPONENT_SUMMARY = Distributed SCM with bug tracking and wiki
34 COMPONENT_SRC = $(COMPONENT_NAME)-src-$(COMPONENT_VERSION)
35 COMPONENT_ARCHIVE = $(COMPONENT_SRC).tar.gz
36 COMPONENT_ARCHIVE_HASH = sha256:611cfa50d08899eb993a5f475f988b4512366cded82688c906cf913e5191b525
37 COMPONENT_PROJECT_URL = https://www.fossil-scm.org/
38 COMPONENT_ARCHIVE_URL = https://fossil-scm.org/home/tarball/version-$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
39 COMPONENT_FMRI = developer/versioning/fossil
40 COMPONENT_CLASSIFICATION = Development/Source Code Management
41 COMPONENT_LICENSE = BSD 2-clause
42 COMPONENT_LICENSE_FILE = COPYRIGHT-BSD2.txt
44 TEST_TARGET= $(NO_TESTS)
45 include $(WS_MAKE_RULES)/common.mk
47 CONFIGURE_ENV += CPPFLAGS=-I/usr/include/fuse
49 # Auto-generated dependencies
50 REQUIRED_PACKAGES += $(OPENSSL_PKG)
51 REQUIRED_PACKAGES += library/libfuse
52 REQUIRED_PACKAGES += library/zlib
53 REQUIRED_PACKAGES += system/library
54 REQUIRED_PACKAGES += system/library/math