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 2016 Till Wegmueller
13 # Copyright 2020 Michal Nowak
14 # Copyright (c) 2021 Tim Mooney. All rights reserved
15 # Copyright 2022 Andreas Wacknitz
19 BUILD_STYLE
= configure
20 include ..
/..
/..
/..
/make-rules
/shared-macros.mk
21 include $(WS_MAKE_RULES
)/mate.mk
23 COMPONENT_NAME
= mate-calc
24 COMPONENT_MJR_VERSION
= 1.28
25 COMPONENT_MNR_VERSION
= 0
26 COMPONENT_SUMMARY
= MATE Calculator App
27 COMPONENT_ARCHIVE_HASH
= sha256
:804b125d1e2864b1e74af816da9b2ab8b19472b9af974437ee7355ada5e628f5
28 COMPONENT_CLASSIFICATION
= Applications
/Accessories
29 COMPONENT_LICENSE
= GPLv2
30 COMPONENT_LICENSE_FILE
= COPYING
32 include $(WS_MAKE_RULES
)/common.mk
34 # Auto-generated dependencies
35 REQUIRED_PACKAGES
+= library
/desktop
/atk
36 REQUIRED_PACKAGES
+= library
/desktop
/gtk3
37 REQUIRED_PACKAGES
+= library
/desktop
/pango
38 REQUIRED_PACKAGES
+= library
/glib2
39 REQUIRED_PACKAGES
+= library
/libxml2
40 REQUIRED_PACKAGES
+= library
/mpc
41 REQUIRED_PACKAGES
+= library
/mpfr
42 REQUIRED_PACKAGES
+= system
/library