Marcel Telka
2024-04-05 e5e9b978d16f3a418fcae51695fb9398f0a160ed
commit | author | age
70945a 1 #
JS 2 # CDDL HEADER START
3 #
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.
7 #
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.
12 #
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]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 2023, Jonathan Schleifer. All rights reserved.
24 #
25
26 BUILD_BITS = 64
27 USE_PARALLEL_BUILD = yes
28 include ../../../make-rules/shared-macros.mk
29
30 COMPONENT_NAME = fossil
cfa7e8 31 COMPONENT_VERSION = 2.23
70945a 32 COMPONENT_SUMMARY = Distributed SCM with bug tracking and wiki
JS 33 COMPONENT_SRC = $(COMPONENT_NAME)-src-$(COMPONENT_VERSION)
34 COMPONENT_ARCHIVE = $(COMPONENT_SRC).tar.gz
cfa7e8 35 COMPONENT_ARCHIVE_HASH = sha256:a94aec2609331cd6890c6725b55aea43041011863f3d84fdc380415af75233e4
70945a 36 COMPONENT_ARCHIVE_URL = https://fossil-scm.org/home/tarball/version-$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
JS 37 COMPONENT_PROJECT_URL = https://www.fossil-scm.org/
38 COMPONENT_FMRI = developer/versioning/fossil
39 COMPONENT_CLASSIFICATION = Development/Source Code Management
40 COMPONENT_LICENSE = BSD 2-clause
41 COMPONENT_LICENSE_FILE = COPYRIGHT-BSD2.txt
42
cfa7e8 43 TEST_TARGET= $(NO_TESTS)
70945a 44 include $(WS_MAKE_RULES)/common.mk
JS 45
46 CONFIGURE_ENV += CPPFLAGS=-I/usr/include/fuse
47
48 # Auto-generated dependencies
49 REQUIRED_PACKAGES += library/libfuse
50 REQUIRED_PACKAGES += library/security/openssl-31
51 REQUIRED_PACKAGES += library/zlib
52 REQUIRED_PACKAGES += system/library
53 REQUIRED_PACKAGES += system/library/math