rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / editor / codeblocks / Makefile
blob09b330f4139b305b7e78539967213e63873e208d
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2016-2017 Predrag Zečević. All rights reserved.
14 # Copyright 2020 Andreas Wacknitz
15 # Copyright 2023 Stephan Althaus
18 include ../../../make-rules/shared-macros.mk
20 # https://sourceforge.net/projects/codeblocks/files/Sources/20.03/codeblocks-20.03.tar.bz2
22 COMPONENT_NAME= codeblocks
23 COMPONENT_VERSION= 20.3
24 HUMAN_VERSION= 20.03
25 COMPONENT_REVISION= 4
26 COMPONENT_SUMMARY= A fast and lightweight C/C++ IDE
27 COMPONENT_DESCRIPTION= Small and fast IDE, with code analysis and refactoring
28 #COMPONENT_SRC= $(COMPONENT_NAME)-$(HUMAN_VERSION)
29 #COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
30 #COMPONENT_ARCHIVE_HASH= sha256:9c62817d65b1cbdd926438ea9f0647ca9c3a1e04e1b144fc87bde95f016f091c
31 #COMPONENT_ARCHIVE_URL= https://sourceforge.net/projects/$(COMPONENT_NAME)/files/Sources/$(HUMAN_VERSION)/$(COMPONENT_ARCHIVE)
32 COMPONENT_PROJECT_URL= https://www.codeblocks.org
33 COMPONENT_CLASSIFICATION=System/Text Tools
34 COMPONENT_FMRI= editor/codeblocks
35 COMPONENT_LICENSE= GPLv2
37 SVN_REPO= http://svn.code.sf.net/p/codeblocks/code/trunk
38 SVN_REV= 13046
39 SVN_SOURCE_INFO_URL = svn://svn.code.sf.net/p/codeblocks/code/trunk@$(SVN_REV)
41 TEST_TARGET= $(NO_TESTS)
42 include $(WS_MAKE_RULES)/common.mk
44 COMPONENT_PRE_CONFIGURE_ACTION = ( cd $(SOURCE_DIR); bash bootstrap )
46 # Auto-generated dependencies
47 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
48 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
49 REQUIRED_PACKAGES += library/desktop/gtk2
50 REQUIRED_PACKAGES += library/graphics/wxwidgets-3
51 REQUIRED_PACKAGES += library/tinyxml
52 REQUIRED_PACKAGES += system/library
53 REQUIRED_PACKAGES += system/library/math