7184N/A#
7184N/A# CDDL HEADER START
7184N/A#
7184N/A# The contents of this file are subject to the terms of the
7184N/A# Common Development and Distribution License (the "License").
7184N/A# You may not use this file except in compliance with the License.
7184N/A#
7184N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7184N/A# or http://www.opensolaris.org/os/licensing.
7184N/A# See the License for the specific language governing permissions
7184N/A# and limitations under the License.
7184N/A#
7184N/A# When distributing Covered Code, include this CDDL HEADER in each
7184N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7184N/A# If applicable, add the following below this CDDL HEADER, with the
7184N/A# fields enclosed by brackets "[]" replaced with your own identifying
7184N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7184N/A#
7184N/A# CDDL HEADER END
7184N/A#
7184N/A
7184N/A#
7184N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
7184N/A#
7184N/A
7184N/ABUILD_BITS = 64_and_32
7184N/A# All components using gobject-introspection must be built with gcc as
7184N/A# gobject-introspection does not produce correct results when using Studio.
7184N/ACOMPILER = gcc
7184N/Ainclude ../../../make-rules/shared-macros.mk
7184N/A
7184N/ACOMPONENT_NAME= gnome-menus
7184N/ACOMPONENT_VERSION= 3.13.3
7184N/ACOMPONENT_ARCHIVE_HASH= \
7184N/A sha256:7c446eb8ff381df52b8ba04e5886497595e84d1bc46caf7af764d894736c654e
7184N/ACOMPONENT_BUGDB= gnome/menus
7184N/A
7184N/ATPNO= 24752
7184N/A
7184N/ATEST_TARGET = $(NO_TESTS)
7184N/A
7184N/A# Needs updated glib2, not available on S11.
7184N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
7184N/A
7184N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
7184N/A
7184N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
7184N/A
7184N/ACONFIGURE_OPTIONS += --disable-static
7184N/ACONFIGURE_OPTIONS += --enable-introspection
7184N/ACONFIGURE_OPTIONS += --enable-shared
7184N/ACONFIGURE_OPTIONS += --with-pic
7184N/A
7184N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
7184N/AREQUIRED_PACKAGES += library/glib2