Makefile revision 4561
f743002678eb67b99bbc29fee116b65d9530fec0wrowe#
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg# CDDL HEADER START
6736c640e65e06990ef33af71ee81fac4df4ff5fjim#
fc1459657a1fde206a847f9028930725d715f8b4trawick# The contents of this file are subject to the terms of the
fc1459657a1fde206a847f9028930725d715f8b4trawick# Common Development and Distribution License (the "License").
fc1459657a1fde206a847f9028930725d715f8b4trawick# You may not use this file except in compliance with the License.
e758971371df73b097609b2fd62bc14ad935e096trawick#
e758971371df73b097609b2fd62bc14ad935e096trawick# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e758971371df73b097609b2fd62bc14ad935e096trawick# or http://www.opensolaris.org/os/licensing.
1dd5136d67e0164e4afd723a471b86a1b7eb1874sf# See the License for the specific language governing permissions
1dd5136d67e0164e4afd723a471b86a1b7eb1874sf# and limitations under the License.
1dd5136d67e0164e4afd723a471b86a1b7eb1874sf#
1dd5136d67e0164e4afd723a471b86a1b7eb1874sf# When distributing Covered Code, include this CDDL HEADER in each
e39eb98e3ad3fbf5c34b2fa1d16861f95143e22esf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e39eb98e3ad3fbf5c34b2fa1d16861f95143e22esf# If applicable, add the following below this CDDL HEADER, with the
e39eb98e3ad3fbf5c34b2fa1d16861f95143e22esf# fields enclosed by brackets "[]" replaced with your own identifying
d6fc66efa723db8b3ee5e9fd32579bed884e4e58sf# information: Portions Copyright [yyyy] [name of copyright owner]
d6fc66efa723db8b3ee5e9fd32579bed884e4e58sf#
d6fc66efa723db8b3ee5e9fd32579bed884e4e58sf# CDDL HEADER END
d6fc66efa723db8b3ee5e9fd32579bed884e4e58sf#
f00cb80197f824c3ff00dd4fdff3b2c267a519d1kbrand# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
f00cb80197f824c3ff00dd4fdff3b2c267a519d1kbrand#
f00cb80197f824c3ff00dd4fdff3b2c267a519d1kbrand
f00cb80197f824c3ff00dd4fdff3b2c267a519d1kbrandinclude ../../make-rules/shared-macros.mk
85eacfc96a04547ef25aabbc06440039715084c2jorton
85eacfc96a04547ef25aabbc06440039715084c2jortonCOMPONENT_NAME= meld
85eacfc96a04547ef25aabbc06440039715084c2jortonCOMPONENT_VERSION= 1.4.0
1d8d7e58e1d31d7b6fb7a518e09649a4dbb315e9trawickCOMPONENT_PROJECT_URL= http://meld.sourceforge.net/
1d8d7e58e1d31d7b6fb7a518e09649a4dbb315e9trawickCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1d8d7e58e1d31d7b6fb7a518e09649a4dbb315e9trawickCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
f34da68471f256dca0ff770257c3e1f982f74cf1trawickCOMPONENT_ARCHIVE_HASH= \
f34da68471f256dca0ff770257c3e1f982f74cf1trawick sha256:429a0d0408464f623d25e351adc387ff4ed92813b8760d1c16700cb3180f9303
f34da68471f256dca0ff770257c3e1f982f74cf1trawickCOMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/gnome/sources/meld/1.4/$(COMPONENT_ARCHIVE)
8b645fd3c950da73513b546366c7cfa7476c5c06jimCOMPONENT_BUGDB= utility/meld
8b645fd3c950da73513b546366c7cfa7476c5c06jim
8b645fd3c950da73513b546366c7cfa7476c5c06jimTPNO= 16990
8b645fd3c950da73513b546366c7cfa7476c5c06jim
193f0bb6057d67593ed652fbf58f043def51c642jiminclude $(WS_MAKE_RULES)/prep.mk
193f0bb6057d67593ed652fbf58f043def51c642jim
193f0bb6057d67593ed652fbf58f043def51c642jim# pygtk2-27 is only available on S11.3 and later
68ba377fc3b124baa759662077c48077ebadb186minfrinifeq ($(BUILD_TYPE), evaluation)
68ba377fc3b124baa759662077c48077ebadb186minfrinBUILD_32=
68ba377fc3b124baa759662077c48077ebadb186minfrinINSTALL_32=
68ba377fc3b124baa759662077c48077ebadb186minfrinPUBLISH_STAMP=
00566fb187849626180724394a21ddcd28419fb2minfrinendif
00566fb187849626180724394a21ddcd28419fb2minfrin
00566fb187849626180724394a21ddcd28419fb2minfrininclude $(WS_MAKE_RULES)/justmake.mk
00566fb187849626180724394a21ddcd28419fb2minfrininclude $(WS_MAKE_RULES)/ips.mk
d776b0a2d2889ce1d13494873368f34327a2e1bbtrawick
d776b0a2d2889ce1d13494873368f34327a2e1bbtrawickPYTHON_VERSION = 2.7
f4ca9f6f002fece336168a16355434ca966f96a9trawick
57db302f0875a6c93a79333b8941cea4c1827272jimPKG_MACROS += PYVER=$(PYTHON_VERSION)
57db302f0875a6c93a79333b8941cea4c1827272jim
57db302f0875a6c93a79333b8941cea4c1827272jim# Meld has no configure however it honors DESTDIR which is necessary so
57db302f0875a6c93a79333b8941cea4c1827272jim# we don't try to install into roots /usr but rather our proto areas usr
92b1631880b0bf43fe8b2663a03c8571eb04e433jimCOMPONENT_INSTALL_ARGS += DESTDIR=$(PROTO_DIR)
92b1631880b0bf43fe8b2663a03c8571eb04e433jim
92b1631880b0bf43fe8b2663a03c8571eb04e433jim# common targets
89225e8e84d38b07a8335922497997e83d872e75jimbuild: $(BUILD_32)
89225e8e84d38b07a8335922497997e83d872e75jim
89225e8e84d38b07a8335922497997e83d872e75jiminstall: $(INSTALL_32)
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedoohtest: $(NO_TESTS)
78f94f1d06c4e6828ce04d618221e0fcecb57849humbedooh
f5e28c78424d2f71c61ba457009f100bba38bc68chrisdREQUIRED_PACKAGES += developer/gnome/gettext
f5e28c78424d2f71c61ba457009f100bba38bc68chrisdREQUIRED_PACKAGES += library/python/pygtk2-27
f5e28c78424d2f71c61ba457009f100bba38bc68chrisdREQUIRED_PACKAGES += runtime/python-27
f4a715f904b014060ea6237fe29481ed21f5c7d0jortonREQUIRED_PACKAGES += text/gnu-gettext
f4a715f904b014060ea6237fe29481ed21f5c7d0jorton