Makefile revision 3817
48c0c81cd6fabac9d3386406d97633780365b839coar#
db2d668e6233d8949b35ee7f9f42f444758f9ce9rbb# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj#
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License (the "License").
71ffc89cc2529041f7c2d60fcfd2b2324264708ajerenkrantz# You may not use this file except in compliance with the License.
2cc7cdffce670f2ae1bd4ae502b2c19481487dbejerenkrantz#
d89c116f82699294ca744125723651c554bc5925wrowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4214e98fc9045e5010e66f9a967bd6d68f40d342aaron# or http://www.opensolaris.org/os/licensing.
8721697e2aece27b0e738519329f7976c72b27bfjerenkrantz# See the License for the specific language governing permissions
4a257be29f8aeab984fe5622fa69e0b2aab204d7jerenkrantz# and limitations under the License.
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz#
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# When distributing Covered Code, include this CDDL HEADER in each
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# If applicable, add the following below this CDDL HEADER, with the
ab71b233b3a36489e44a7b061c48293be0b17788jwoolley# fields enclosed by brackets "[]" replaced with your own identifying
571760de5e60c0b459cb11be45507b923cd023eejwoolley# information: Portions Copyright [yyyy] [name of copyright owner]
571760de5e60c0b459cb11be45507b923cd023eejwoolley#
9180a5933673ffb1af633c255ceee029340f3b1erbb# CDDL HEADER END
bcb6e1be6041dfeb549c8ea8d37f97ad4e90a0c3rbb#
9bd71e35f5d26d26d23fe3a677401828e842ed72wrowe# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
2900ab946a2d76b73a14cebfe2985d253f01c967stoddard#
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbbinclude ../../make-rules/shared-macros.mk
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb
b876b7bcf0ce3d232da723246d709e8dbbfe8762rbbCOMPONENT_NAME= meld
cf6bf6c34c936e6a6fe731dbce4a5c3c8bf8e9a3gsteinCOMPONENT_VERSION= 1.4.0
35330e0d79ceb8027223bbb8330a381b1f989d6etrawickCOMPONENT_PROJECT_URL= http://meld.sourceforge.net/
6f6f4a4bca281779d196acbdd5c017bb90858305trawickCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
8dd4618c4709236b4ea297d7250d282e463ce2d8rbbCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawickCOMPONENT_ARCHIVE_HASH= \
2deb319e6b3de239f45c16a3e9e836d44f1f7108rbb sha256:429a0d0408464f623d25e351adc387ff4ed92813b8760d1c16700cb3180f9303
bd929c73ef04789b7183b840d8db6e01d03a4d86rbbCOMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/gnome/sources/meld/1.4/$(COMPONENT_ARCHIVE)
70f6f32765cfaadd6da8de6f0fea97ddd72d8fadmanojCOMPONENT_BUGDB= utility/meld
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj
af4c982a7cf4515f124935f99a329744035fc699sliveTPNO= 16990
af4c982a7cf4515f124935f99a329744035fc699slive
af4c982a7cf4515f124935f99a329744035fc699sliveinclude $(WS_MAKE_RULES)/prep.mk
af4c982a7cf4515f124935f99a329744035fc699sliveinclude $(WS_MAKE_RULES)/justmake.mk
af4c982a7cf4515f124935f99a329744035fc699sliveinclude $(WS_MAKE_RULES)/ips.mk
af4c982a7cf4515f124935f99a329744035fc699slive
af4c982a7cf4515f124935f99a329744035fc699slive# Meld has no configure however it honors DESTDIR which is necessary so
10270f6f94b2069d0d357805c140a9897449b9ccianh# we don't try to install into roots /usr but rather our proto areas usr
4b62424416882687387923b3130b96241503cbe0jerenkrantzCOMPONENT_INSTALL_ARGS += DESTDIR=$(PROTO_DIR)
5ca8e11fadb6f7a8d9d0367c1800205c99d4bcd6jerenkrantz
2cc7cdffce670f2ae1bd4ae502b2c19481487dbejerenkrantzASLR_MODE = $(ASLR_NOT_APPLICABLE)
5ca8e11fadb6f7a8d9d0367c1800205c99d4bcd6jerenkrantz
4b62424416882687387923b3130b96241503cbe0jerenkrantz# common targets
4b62424416882687387923b3130b96241503cbe0jerenkrantzbuild: $(BUILD_64)
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wrowe
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wroweinstall: $(INSTALL_64)
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wrowe
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wrowetest: $(NO_TESTS)
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wrowe
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wrowe
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wroweREQUIRED_PACKAGES += developer/gnome/gettext
ea029fdd67c931c399e9e76f2fc9d6aa7f87b2b9jerenkrantzREQUIRED_PACKAGES += library/python-2/pygtk2-26
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wroweREQUIRED_PACKAGES += runtime/python-26
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wroweREQUIRED_PACKAGES += text/gnu-gettext
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wrowe