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 2011 EveryCity Ltd. All rights reserved.
13 # Copyright 2021 Andreas Wacknitz. All rights reserved.
18 include ..
/..
/..
/make-rules
/shared-macros.mk
20 COMPONENT_NAME
= build-essential
21 COMPONENT_VERSION
= 18
22 COMPONENT_SUMMARY
= A meta-package that installs common development tools such
as gcc
23 COMPONENT_CLASSIFICATION
= Meta Packages
/Group Packages
24 COMPONENT_FMRI
= metapackages
/build-essential
26 include $(WS_MAKE_RULES
)/common.mk
28 # Auto-generated dependencies
29 REQUIRED_PACKAGES
+= $(CLANG_DEVELOPER_PKG
)
30 REQUIRED_PACKAGES
+= developer
/gcc-10
31 REQUIRED_PACKAGES
+= developer
/gcc-14