6585N/A#
6585N/A# CDDL HEADER START
6585N/A#
6585N/A# The contents of this file are subject to the terms of the
6585N/A# Common Development and Distribution License (the "License").
6585N/A# You may not use this file except in compliance with the License.
6585N/A#
6585N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6585N/A# or http://www.opensolaris.org/os/licensing.
6585N/A# See the License for the specific language governing permissions
6585N/A# and limitations under the License.
6585N/A#
6585N/A# When distributing Covered Code, include this CDDL HEADER in each
6585N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6585N/A# If applicable, add the following below this CDDL HEADER, with the
6585N/A# fields enclosed by brackets "[]" replaced with your own identifying
6585N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6585N/A#
6585N/A# CDDL HEADER END
6585N/A#
6585N/A
6585N/A#
6585N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6585N/A#
6585N/A
6870N/ABUILD_BITS = 64
6585N/A# All components using gobject-introspection must be built with gcc as
6585N/A# gobject-introspection does not produce correct results when using Studio.
6585N/ACOMPILER = gcc
6585N/Ainclude ../../../make-rules/shared-macros.mk
6585N/A
6585N/ACOMPONENT_NAME= gnome-system-monitor
6585N/ACOMPONENT_VERSION= 3.18.0.1
6585N/ACOMPONENT_PROJECT_URL= https://help.gnome.org/users/gnome-system-monitor/
6585N/ACOMPONENT_ARCHIVE_HASH= \
6585N/A sha256:71ff8db2fa3eb53d8f54ffd612c6679b231a9d69c13adb91cf63421425953b10
6585N/ACOMPONENT_ARCHIVE_URL= https://download.gnome.org/sources/$(COMPONENT_NAME)/3.18/$(COMPONENT_ARCHIVE)
6585N/ACOMPONENT_BUGDB= gnome/applications
6585N/A
6585N/ATPNO= 24894
6585N/A
6585N/A# Needs updated glib2, not available on S11.
6892N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
6585N/A
6585N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
6585N/A
6585N/ACFLAGS += -std=c11
6585N/ACXXFLAGS += -std=c++11
6585N/A# Uses gcc-specific language extensions.
6585N/ACXXFLAGS.studio += -features=extensions
6585N/A
6585N/ACONFIGURE_OPTIONS += --disable-static
6585N/A# Linux-specific.
6585N/ACONFIGURE_OPTIONS += --disable-systemd
6585N/ACONFIGURE_OPTIONS += --enable-shared
6585N/ACONFIGURE_OPTIONS += --enable-wnck
6585N/ACONFIGURE_OPTIONS += --with-pic
6870N/ACONFIGURE_OPTIONS += --libexecdir="$(USRLIBDIR)"
6585N/A
6585N/A# Assumes GNU msgfmt is in PATH.
6585N/ACONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
6585N/ACOMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
6585N/A
6585N/AREQUIRED_PACKAGES += image/library/librsvg
6607N/AREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
6585N/AREQUIRED_PACKAGES += library/c++/glibmm
6585N/AREQUIRED_PACKAGES += library/c++/sigcpp
6585N/AREQUIRED_PACKAGES += library/desktop/c++/atkmm
6585N/AREQUIRED_PACKAGES += library/desktop/c++/cairomm
6585N/AREQUIRED_PACKAGES += library/desktop/c++/gtkmm3
6585N/AREQUIRED_PACKAGES += library/desktop/c++/mm-common
6585N/AREQUIRED_PACKAGES += library/desktop/c++/pangomm
6585N/AREQUIRED_PACKAGES += library/desktop/cairo
6585N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
6585N/AREQUIRED_PACKAGES += library/desktop/gtk3
6585N/AREQUIRED_PACKAGES += library/desktop/libwnck3
6585N/AREQUIRED_PACKAGES += library/desktop/pango
6585N/AREQUIRED_PACKAGES += library/glib2
6585N/AREQUIRED_PACKAGES += library/libgtop
6585N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
6585N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
6585N/AREQUIRED_PACKAGES += system/library/math