# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL)". You may # only use this file in accordance with the terms of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # Copyright 2016 Alexander Pyhalov # Copyright 2019 Michal Nowak # Copyright 2020 Marco van Wieringen # Copyright (c) 2021 Tim Mooney. All rights reserved # Copyright 2022 Andreas Wacknitz # MATE_CATEGORY= APP BUILD_STYLE= configure include ../../../../make-rules/shared-macros.mk include $(WS_MAKE_RULES)/mate.mk COMPONENT_NAME= mate-system-monitor COMPONENT_MJR_VERSION= 1.26 COMPONENT_MNR_VERSION= 0 COMPONENT_REVISION= 6 COMPONENT_SUMMARY= MATE system monitor COMPONENT_ARCHIVE_HASH= sha256:83472c3add79e52b2fb3c1bc55f33f968c71a2b90e2b62027ad688c1cecc338f COMPONENT_FMRI= desktop/system-monitor/mate-system-monitor COMPONENT_CLASSIFICATION= Applications/System Utilities COMPONENT_LICENSE= GPLv3 COMPONENT_LICENSE_FILE= COPYING include $(WS_MAKE_RULES)/common.mk LDFLAGS = -lnsl -lsocket # wnck is now optional, but previous versions had it, so enable: CONFIGURE_OPTIONS += --enable-wnck # Auto-generated dependencies REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG) REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG) REQUIRED_PACKAGES += image/library/librsvg REQUIRED_PACKAGES += library/c++/glibmm REQUIRED_PACKAGES += library/c++/sigcpp REQUIRED_PACKAGES += library/desktop/c++/gtkmm3 REQUIRED_PACKAGES += library/desktop/cairo REQUIRED_PACKAGES += library/desktop/gdk-pixbuf REQUIRED_PACKAGES += library/desktop/gtk3 REQUIRED_PACKAGES += library/desktop/libwnck REQUIRED_PACKAGES += library/desktop/pango REQUIRED_PACKAGES += library/glib2 REQUIRED_PACKAGES += library/libgtop REQUIRED_PACKAGES += library/libxml2 REQUIRED_PACKAGES += system/library REQUIRED_PACKAGES += system/library/math