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 2017 Adam Stevko. All rights reserved.
16 include ..
/..
/..
/make-rules
/shared-macros.mk
18 COMPONENT_NAME
= smf-cacert
19 COMPONENT_VERSION
= 20241215
20 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
21 COMPONENT_ARCHIVE
= $(COMPONENT_VERSION
).zip
22 COMPONENT_SUMMARY
= illumos SMF root certificate service
23 COMPONENT_ARCHIVE_URL
= https
://github.com
/Openindiana
/smf-cacert
/archive
/refs
/tags/$(COMPONENT_VERSION
).zip
24 COMPONENT_ARCHIVE_HASH
= sha256
:c382a9e5b2f904cae91e00d04eaabbcbb41dcd43f0f2d8c28b2b7bc1e3cc7d7c
25 COMPONENT_PROJECT_URL
= https
://openindiana.org
26 COMPONENT_CLASSIFICATION
= System
/Administration and Configuration
27 COMPONENT_FMRI
= system
/ca-certificates
28 COMPONENT_LICENSE
= CDDL
29 COMPONENT_LICENSE_FILE
= OPENSOLARIS.LICENSE
31 TEST_TARGET
= $(NO_TESTS
)
32 include $(WS_MAKE_RULES
)/common.mk
34 COMPONENT_PRE_CONFIGURE_ACTION
= ( $(CLONEY
) $(SOURCE_DIR
) $(@D
) )
36 COMPONENT_BUILD_ARGS
+= DESTDIR
=$(PROTO_DIR
)
37 COMPONENT_INSTALL_ARGS
+= DESTDIR
=$(PROTO_DIR
)
39 # Auto-generated dependencies
40 REQUIRED_PACKAGES
+= SUNWcs
41 REQUIRED_PACKAGES
+= shell/ksh93