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 Alexander Pyhalov
13 # Copyright 2019 Michal Nowak
14 # Copyright 2020 Marco van Wieringen
15 # Copyright (c) 2021 Tim Mooney. All rights reserved
16 # Copyright 2022 Andreas Wacknitz
20 BUILD_STYLE
= configure
21 include ..
/..
/..
/..
/make-rules
/shared-macros.mk
22 include $(WS_MAKE_RULES
)/mate.mk
24 COMPONENT_NAME
= mate-system-monitor
25 COMPONENT_MJR_VERSION
= 1.26
26 COMPONENT_MNR_VERSION
= 0
28 COMPONENT_SUMMARY
= MATE system monitor
29 COMPONENT_ARCHIVE_HASH
= sha256
:83472c3add79e52b2fb3c1bc55f33f968c71a2b90e2b62027ad688c1cecc338f
30 COMPONENT_FMRI
= desktop
/system-monitor
/mate-system-monitor
31 COMPONENT_CLASSIFICATION
= Applications
/System Utilities
32 COMPONENT_LICENSE
= GPLv3
33 COMPONENT_LICENSE_FILE
= COPYING
35 include $(WS_MAKE_RULES
)/common.mk
37 LDFLAGS
= -lnsl
-lsocket
39 # wnck is now optional, but previous versions had it, so enable:
40 CONFIGURE_OPTIONS
+= --enable-wnck
42 # Auto-generated dependencies
43 REQUIRED_PACKAGES
+= $(GCC_RUNTIME_PKG
)
44 REQUIRED_PACKAGES
+= $(GXX_RUNTIME_PKG
)
45 REQUIRED_PACKAGES
+= image
/library
/librsvg
46 REQUIRED_PACKAGES
+= library
/c
++/glibmm
47 REQUIRED_PACKAGES
+= library
/c
++/sigcpp
48 REQUIRED_PACKAGES
+= library
/desktop
/c
++/gtkmm3
49 REQUIRED_PACKAGES
+= library
/desktop
/cairo
50 REQUIRED_PACKAGES
+= library
/desktop
/gdk-pixbuf
51 REQUIRED_PACKAGES
+= library
/desktop
/gtk3
52 REQUIRED_PACKAGES
+= library
/desktop
/libwnck
53 REQUIRED_PACKAGES
+= library
/desktop
/pango
54 REQUIRED_PACKAGES
+= library
/glib2
55 REQUIRED_PACKAGES
+= library
/libgtop
56 REQUIRED_PACKAGES
+= library
/libxml2
57 REQUIRED_PACKAGES
+= system
/library
58 REQUIRED_PACKAGES
+= system
/library
/math