Makefile revision 6644
1220N/A#
1220N/A# CDDL HEADER START
1220N/A#
1220N/A# The contents of this file are subject to the terms of the
1220N/A# Common Development and Distribution License (the "License").
1220N/A# You may not use this file except in compliance with the License.
1220N/A#
1220N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1220N/A# or http://www.opensolaris.org/os/licensing.
1220N/A# See the License for the specific language governing permissions
1220N/A# and limitations under the License.
1220N/A#
1220N/A# When distributing Covered Code, include this CDDL HEADER in each
1220N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1220N/A# If applicable, add the following below this CDDL HEADER, with the
1220N/A# fields enclosed by brackets "[]" replaced with your own identifying
1220N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1220N/A#
1220N/A# CDDL HEADER END
1220N/A#
1220N/A
1220N/A#
3817N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
1220N/A#
1220N/A
1220N/ABUILD_BITS = 64
1220N/ACOMPILER = gcc
1220N/A
1220N/Ainclude ../../../make-rules/shared-macros.mk
1220N/A
1220N/ACOMPONENT_NAME= gnome-calculator
1220N/ACOMPONENT_VERSION= 3.18.2
1220N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Apps/Calculator
1220N/ACOMPONENT_ARCHIVE_HASH= \
1220N/A sha256:c86c5857409ce1d01896904e97ccf0a1a880f3dcf428a524e5c0fec27b274d64
1258N/A
1220N/ATPNO= 25268
2899N/A
2899N/A# Needs updated glib2, not available on S11.
1220N/Aifeq ($(BUILD_TYPE), evaluation)
1220N/ABUILD_64=
1220N/AINSTALL_64=
3817N/APUBLISH_STAMP=
3817N/Aendif
3817N/A
1220N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
1220N/A
1220N/ACONFIGURE_OPTIONS += --disable-static
1220N/ACONFIGURE_OPTIONS += --enable-shared
1220N/A
1220N/A# Required due to patches.
1220N/ACOMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
1220N/A
1220N/A# Assumes GNU msgfmt in PATH.
1220N/ACONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
1220N/ACOMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
1220N/A
1220N/Aunexport SHELLOPTS
1220N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
1220N/ACOMPONENT_TEST_ARGS = -k -i
1220N/ACOMPONENT_TEST_TRANSFORMS += \
1220N/A '-n ' \
1220N/A '-e "/TOTAL:/p" ' \
1220N/A '-e "/SKIP:/p" ' \
1220N/A '-e "/PASS:/p" ' \
1220N/A '-e "/FAIL:/p" ' \
1938N/A '-e "/ERROR:/p" '
1699N/A
1220N/AREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
3477N/AREQUIRED_PACKAGES += developer/vala
3477N/AREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
1220N/AREQUIRED_PACKAGES += library/desktop/atk
1220N/AREQUIRED_PACKAGES += library/desktop/gtk3
1220N/AREQUIRED_PACKAGES += library/desktop/gtksourceview3
1220N/AREQUIRED_PACKAGES += library/desktop/pango
1220N/AREQUIRED_PACKAGES += library/glib2
1220N/AREQUIRED_PACKAGES += library/gmp
1220N/AREQUIRED_PACKAGES += library/libxml2
3817N/A# We need a later version of mpfr which isn't in userland yet
3817N/A#REQUIRED_PACKAGES += library/mpfr
REQUIRED_PACKAGES += system/library/math