Makefile revision 2705
0b152383e04dbeb10dba29bcdfaa0981e4d9df27Simon Ulbricht# CDDL HEADER START
0b152383e04dbeb10dba29bcdfaa0981e4d9df27Simon Ulbricht# The contents of this file are subject to the terms of the
0b152383e04dbeb10dba29bcdfaa0981e4d9df27Simon Ulbricht# Common Development and Distribution License (the "License").
2643008447e30b6025f742eb6a661f38be756b1eSimon Ulbricht# You may not use this file except in compliance with the License.
0b152383e04dbeb10dba29bcdfaa0981e4d9df27Simon Ulbricht# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0b152383e04dbeb10dba29bcdfaa0981e4d9df27Simon Ulbricht# See the License for the specific language governing permissions
0b152383e04dbeb10dba29bcdfaa0981e4d9df27Simon Ulbricht# and limitations under the License.
0b152383e04dbeb10dba29bcdfaa0981e4d9df27Simon Ulbricht# When distributing Covered Code, include this CDDL HEADER in each
2643008447e30b6025f742eb6a661f38be756b1eSimon Ulbricht# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2643008447e30b6025f742eb6a661f38be756b1eSimon Ulbricht# If applicable, add the following below this CDDL HEADER, with the
2643008447e30b6025f742eb6a661f38be756b1eSimon Ulbricht# fields enclosed by brackets "[]" replaced with your own identifying
2643008447e30b6025f742eb6a661f38be756b1eSimon Ulbricht# information: Portions Copyright [yyyy] [name of copyright owner]
2643008447e30b6025f742eb6a661f38be756b1eSimon Ulbricht# CDDL HEADER END
2643008447e30b6025f742eb6a661f38be756b1eSimon Ulbricht# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
2643008447e30b6025f742eb6a661f38be756b1eSimon Ulbricht# 14275946 parfait doesn't know about i, _imaginary_i
2643008447e30b6025f742eb6a661f38be756b1eSimon UlbrichtHUMAN_VERSION= $(COMPONENT_VERSION)-$(COMPONENT_SUBVERSION)
2643008447e30b6025f742eb6a661f38be756b1eSimon UlbrichtCOMPONENT_PROJECT_URL= http://www.imagemagick.org/
2643008447e30b6025f742eb6a661f38be756b1eSimon UlbrichtCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1036463e0cb9fff54e4f9378bdf2face4bb58bc4Simon UlbrichtCOMPONENT_ARCHIVE= $(COMPONENT_SRC)-$(COMPONENT_SUBVERSION).tar.gz
1036463e0cb9fff54e4f9378bdf2face4bb58bc4Simon Ulbricht sha256:daead80170bc6d44cf6a54b4817446cbb7211b8ee445532b64033af190265fe3
2643008447e30b6025f742eb6a661f38be756b1eSimon UlbrichtCOMPONENT_ARCHIVE_URL= http://image_magick.veidrodis.com/image_magick/$(COMPONENT_ARCHIVE)
2643008447e30b6025f742eb6a661f38be756b1eSimon Ulbricht# IPS_COMPONENT_VERSION is by default set to $(COMPONENT_VERSION) but in
2643008447e30b6025f742eb6a661f38be756b1eSimon Ulbricht# this case we need to replace the '-' by '.'.
2643008447e30b6025f742eb6a661f38be756b1eSimon UlbrichtIPS_COMPONENT_VERSION= $(COMPONENT_VERSION).$(COMPONENT_SUBVERSION)
2643008447e30b6025f742eb6a661f38be756b1eSimon UlbrichtCOMPONENT_POST_UNPACK_ACTION= ( $(MV) $(COMPONENT_SRC)-$(COMPONENT_SUBVERSION) \
# Needed to generate a decent RUNPATH for Magick.so
# configuration file 'type-ghostscript.xml' is being used.
# Remove build machine runpath from libMagick++-6.Q16.so.1.0.0 and
# libMagickCore-6.Q16.so.1.0.0
test: $(NO_TESTS)