Makefile revision 7210
7209N/A#
7209N/A# CDDL HEADER START
7209N/A#
7209N/A# The contents of this file are subject to the terms of the
7209N/A# Common Development and Distribution License (the "License").
7209N/A# You may not use this file except in compliance with the License.
7209N/A#
7209N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7209N/A# or http://www.opensolaris.org/os/licensing.
7209N/A# See the License for the specific language governing permissions
7209N/A# and limitations under the License.
7209N/A#
7209N/A# When distributing Covered Code, include this CDDL HEADER in each
7209N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7209N/A# If applicable, add the following below this CDDL HEADER, with the
7209N/A# fields enclosed by brackets "[]" replaced with your own identifying
7209N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7209N/A#
7209N/A# CDDL HEADER END
7209N/A#
7209N/A
7209N/A#
7209N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
7209N/A#
7209N/A
7209N/ABUILD_BITS = 64_and_32
7209N/ACOMPILER = gcc
7209N/A
7209N/Ainclude ../../../make-rules/shared-macros.mk
7209N/A
7209N/ACOMPONENT_NAME= GConf
7209N/ACOMPONENT_VERSION= 3.2.6
7209N/ACOMPONENT_PROJECT_URL= https://projects.gnome.org/gconf/
7209N/ACOMPONENT_ARCHIVE_HASH= \
7209N/A sha256:1912b91803ab09a5eed34d364bf09fe3a2a9c96751fde03a4e0cfa51a04d784c
7209N/ACOMPONENT_BUGDB= gnome/libraries
7209N/A
7209N/ATPNO= 26337
7209N/A
7209N/A# While there is a tests subdirectory, it's not setup for automated use
7209N/A# on a headless system, and isn't even built unless you manually do it.
7209N/ATEST_TARGET = $(NO_TESTS)
7209N/A
7209N/A# Needs gobject-introspection, not available on S11.
7209N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
7209N/A
7209N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
7209N/A
7209N/ACONFIGURE_OPTIONS += --disable-defaults-service
7209N/ACONFIGURE_OPTIONS += --enable-gsettings_backend
7209N/ACONFIGURE_OPTIONS += --disable-orbit
7209N/ACONFIGURE_OPTIONS += --with-gtk=3.0
7209N/ACONFIGURE_OPTIONS += --without-openldap
7209N/ACONFIGURE_OPTIONS += --disable-static
7209N/ACONFIGURE_OPTIONS += --enable-shared
7209N/A
7209N/A# Assumes GNU xgettext in PATH
7209N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
7209N/A
7209N/A# Need to convert "#! /usr/bin/env python" to actual path for pkgdepend to work
7209N/APYTHON_SCRIPTS += $(PROTO_DIR)$(CONFIGURE_BINDIR.$(BITS))/gsettings-schema-convert
7209N/A
7209N/APKG_MACROS += PYVER="$(PYTHON_VERSION)"
7209N/A
7209N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
7209N/AREQUIRED_PACKAGES += library/glib2
7209N/AREQUIRED_PACKAGES += library/libxml2
7209N/AREQUIRED_PACKAGES += library/python/lxml-27
7209N/AREQUIRED_PACKAGES += runtime/python-27
7210N/AREQUIRED_PACKAGES += system/library/dbus/dbus-x11
7209N/AREQUIRED_PACKAGES += system/library/libdbus
7209N/AREQUIRED_PACKAGES += system/library/libdbus-glib