6645N/A#
6645N/A# CDDL HEADER START
6645N/A#
6645N/A# The contents of this file are subject to the terms of the
6645N/A# Common Development and Distribution License (the "License").
6645N/A# You may not use this file except in compliance with the License.
6645N/A#
6645N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6645N/A# or http://www.opensolaris.org/os/licensing.
6645N/A# See the License for the specific language governing permissions
6645N/A# and limitations under the License.
6645N/A#
6645N/A# When distributing Covered Code, include this CDDL HEADER in each
6645N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6645N/A# If applicable, add the following below this CDDL HEADER, with the
6645N/A# fields enclosed by brackets "[]" replaced with your own identifying
6645N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6645N/A#
6645N/A# CDDL HEADER END
6645N/A#
6645N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6645N/A#
6645N/A
6645N/ABUILD_BITS = 64
6645N/A# All components using gobject-introspection must be built with gcc as
6645N/A# gobject-introspection does not produce correct results when using Studio.
6645N/ACOMPILER = gcc
6645N/Ainclude ../../../make-rules/shared-macros.mk
6645N/A
6645N/ACOMPONENT_NAME= baobab
6645N/ACOMPONENT_VERSION= 3.18.1
6645N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Apps/Baobab
6645N/ACOMPONENT_ARCHIVE_HASH= \
6645N/A sha256:c2ac90426390e77147446a290c1480c49936c0a224f740b555ddaec2675b44b5
6645N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/3.18/$(COMPONENT_ARCHIVE)
6645N/ACOMPONENT_BUGDB= gnome/applications
6645N/A
6645N/ATPNO= 25525
6645N/A
6645N/ATEST_TARGET = $(NO_TESTS)
6645N/A
6645N/A# Needs updated glib2, not available on S11.
6659N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
6645N/A
6645N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
6645N/A
6645N/A# Assumes GNU msgfmt in PATH.
6645N/ACONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
6645N/ACOMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
6645N/A
6645N/AREQUIRED_PACKAGES += developer/vala
6645N/AREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
6645N/AREQUIRED_PACKAGES += library/desktop/cairo
6645N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
6645N/AREQUIRED_PACKAGES += library/desktop/gtk3
6645N/AREQUIRED_PACKAGES += library/desktop/pango
6645N/AREQUIRED_PACKAGES += library/glib2
6645N/AREQUIRED_PACKAGES += system/library/math