3N/A#
3N/A# CDDL HEADER START
3N/A#
3N/A# The contents of this file are subject to the terms of the
38N/A# Common Development and Distribution License (the "License").
3N/A# You may not use this file except in compliance with the License.
3N/A#
3N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3N/A# or http://www.opensolaris.org/os/licensing.
3N/A# See the License for the specific language governing permissions
3N/A# and limitations under the License.
3N/A#
3N/A# When distributing Covered Code, include this CDDL HEADER in each
3N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3N/A# If applicable, add the following below this CDDL HEADER, with the
3N/A# fields enclosed by brackets "[]" replaced with your own identifying
3N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3N/A#
3N/A# CDDL HEADER END
3N/A#
1058N/A
3N/A#
3N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
3N/A#
38N/ABUILD_BITS= 64
3N/Ainclude ../../make-rules/shared-macros.mk
3N/A
38N/ACOMPONENT_NAME= meld
850N/ACOMPONENT_VERSION= 3.16.1
850N/ACOMPONENT_PROJECT_URL= http://meldmerge.org/
850N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
850N/ACOMPONENT_ARCHIVE_HASH= \
3N/A sha256:1bec697aa1ababa315ca8241ade65dc68ea87f0d316632f590975afcf967cfab
3N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/gnome/sources/meld/1.8/$(COMPONENT_ARCHIVE)
3N/ACOMPONENT_ARCHIVE_URL= https://download.gnome.org/sources/$(COMPONENT_NAME)/3.16/$(COMPONENT_ARCHIVE)
38N/A
850N/ATPNO= 30088
3N/A
3N/A# We just need to build one version.
3N/APYTHON_VERSIONS = 2.7
3N/A
38N/Aifneq ($(BUILD_TYPE), evaluation)
3N/ABUILD_STYLE= setup.py
1058N/Aendif
3N/ATEST_TARGET= $(NO_TESTS)
1058N/A
38N/A# Needs older version of libpng, no longer available in evaluation builds.
3N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
3N/A
1020N/Ainclude $(WS_MAKE_RULES)/common.mk
1020N/A
1020N/A# Needed to find GNU xgettext.
1020N/APATH = $(GNUBIN):$(USRBINDIR)
1020N/A
3N/APKG_MACROS += PYVER=$(PYTHON_VERSION)
3N/A
936N/APYTHON_DATA = /usr
1020N/A
38N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
3N/A
3N/AREQUIRED_PACKAGES += developer/gnome/gettext
3N/AREQUIRED_PACKAGES += library/desktop/gtksourceview3
38N/AREQUIRED_PACKAGES += library/python/pycairo-27
3N/AREQUIRED_PACKAGES += library/python/pygtk2-27
3N/AREQUIRED_PACKAGES += runtime/python-27
1074N/AREQUIRED_PACKAGES += text/gnu-gettext
3N/A