Makefile revision 618
423N/A#
423N/A# CDDL HEADER START
423N/A#
423N/A# The contents of this file are subject to the terms of the
423N/A# Common Development and Distribution License (the "License").
423N/A# You may not use this file except in compliance with the License.
423N/A#
423N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
423N/A# or http://www.opensolaris.org/os/licensing.
423N/A# See the License for the specific language governing permissions
423N/A# and limitations under the License.
423N/A#
423N/A# When distributing Covered Code, include this CDDL HEADER in each
423N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
423N/A# If applicable, add the following below this CDDL HEADER, with the
423N/A# fields enclosed by brackets "[]" replaced with your own identifying
423N/A# information: Portions Copyright [yyyy] [name of copyright owner]
423N/A#
423N/A# CDDL HEADER END
423N/A#
423N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
423N/A#
663N/A
423N/Ainclude ../../make-rules/shared-macros.mk
423N/A
423N/ACOMPONENT_NAME= meld
423N/ACOMPONENT_VERSION= 1.4.0
423N/ACOMPONENT_PROJECT_URL= http://meld.sourceforge.net/
663N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
423N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
663N/ACOMPONENT_ARCHIVE_HASH= sha1:91e12464c44146cb1e30295c88530ebf33be1374
423N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/gnome/sources/meld/1.4/$(COMPONENT_ARCHIVE)
844N/A
844N/Ainclude ../../make-rules/prep.mk
663N/Ainclude ../../make-rules/justmake.mk
1273N/Ainclude ../../make-rules/ips.mk
423N/A
423N/A# Meld has no configure however it honors DESTDIR which is necessary so
423N/A# we don't try to install into roots /usr but rather our proto areas usr
423N/ACOMPONENT_INSTALL_ARGS += DESTDIR=$(PROTO_DIR)
423N/A
423N/A# common targets
423N/Abuild: $(BUILD_32)
423N/A
423N/Ainstall: $(INSTALL_32)
423N/A
423N/Atest: $(NO_TESTS)
423N/A
423N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
423N/A
423N/Ainclude ../../make-rules/depend.mk
423N/A