Makefile revision 844
f4845813cd6fa5749dfec8e3bc647b85c1df0980wrowe#
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna#
4fda5fb4cc40703a76e261bbf21ec1d6b51b7d3fjim# CDDL HEADER START
4fda5fb4cc40703a76e261bbf21ec1d6b51b7d3fjim#
b92a868b537899a51efd8c200c396fa51c63839dtrawick# The contents of this file are subject to the terms of the
b92a868b537899a51efd8c200c396fa51c63839dtrawick# Common Development and Distribution License (the "License").
4fda5fb4cc40703a76e261bbf21ec1d6b51b7d3fjim# You may not use this file except in compliance with the License.
2534e869d2ba209bd0c43717ea80992e6de0c51djim#
2534e869d2ba209bd0c43717ea80992e6de0c51djim# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f8033d657a57eab45af44368774d8beb3e4f7f35pquerna# or http://www.opensolaris.org/os/licensing.
f8033d657a57eab45af44368774d8beb3e4f7f35pquerna# See the License for the specific language governing permissions
f8033d657a57eab45af44368774d8beb3e4f7f35pquerna# and limitations under the License.
f8033d657a57eab45af44368774d8beb3e4f7f35pquerna#
02fd88c85a9850109753b87612955ad372de1575sf# When distributing Covered Code, include this CDDL HEADER in each
02fd88c85a9850109753b87612955ad372de1575sf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
02fd88c85a9850109753b87612955ad372de1575sf# If applicable, add the following below this CDDL HEADER, with the
da48ae521bcc2751f8eb8dfb02f7aab0f46943c6sf# fields enclosed by brackets "[]" replaced with your own identifying
da48ae521bcc2751f8eb8dfb02f7aab0f46943c6sf# information: Portions Copyright [yyyy] [name of copyright owner]
da48ae521bcc2751f8eb8dfb02f7aab0f46943c6sf#
1374472d83ce061a431b7f6eeb5e5135fb4cd922jim# CDDL HEADER END
1374472d83ce061a431b7f6eeb5e5135fb4cd922jim#
1374472d83ce061a431b7f6eeb5e5135fb4cd922jim# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
1374472d83ce061a431b7f6eeb5e5135fb4cd922jim#
ab7a123efe997d907274eb672ab2b36746bb3f57sfinclude ../../make-rules/shared-macros.mk
ab7a123efe997d907274eb672ab2b36746bb3f57sf
ab7a123efe997d907274eb672ab2b36746bb3f57sfCOMPONENT_NAME= gnu-gs-fonts-std
ab7a123efe997d907274eb672ab2b36746bb3f57sfCOMPONENT_VERSION= 6.0
a44d29a3794110c558c940bd903a1930d717a7d7sfCOMPONENT_PROJECT_URL= http://sourceforge.net/projects/gs-fonts/
a44d29a3794110c558c940bd903a1930d717a7d7sfCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
a44d29a3794110c558c940bd903a1930d717a7d7sfCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
a44d29a3794110c558c940bd903a1930d717a7d7sfCOMPONENT_ARCHIVE_HASH= \
70003ce816d7851e49ecb0cdc5137becd647ed18niq sha256:4cef38d05aa958dfee4dabb8d1599b8ad2b2347413b7895c94d8882c8a0fb9d3
70003ce816d7851e49ecb0cdc5137becd647ed18niqCOMPONENT_ARCHIVE_URL= http://softlayer.dl.sourceforge.net/sourceforge/gs-fonts/$(COMPONENT_ARCHIVE)
b5e45168970cefb8b2d0bea709ea69790f3eab96niq
b5e45168970cefb8b2d0bea709ea69790f3eab96niq# set relocate_to option while unpacking the tar ball
815067bc5eff8fc218019e18ee5ea868372917cdsfUNPACK_ARGS= -r $(COMPONENT_SRC)
815067bc5eff8fc218019e18ee5ea868372917cdsf
9f2c7096ac1f41aca1328d304d54dbaef4ebb06drjungPROTOGSSHAREDIR=$(PROTOUSRSHAREDIR)/ghostscript
2534e869d2ba209bd0c43717ea80992e6de0c51djim
ff5e24709209b13601480827b0fecf32c428ff32rjunginclude ../../make-rules/prep.mk
39d67f66729a7008c1e73d65a81e778ce819a227rjunginclude ../../make-rules/ips.mk
39d67f66729a7008c1e73d65a81e778ce819a227rjung
da20b997bf4652f7597e0a7845db371aab2f7187rjung# untar the tar ball and apply the patches
da20b997bf4652f7597e0a7845db371aab2f7187rjungbuild: $(SOURCE_DIR)/.prep
133cbcba0df4ba0e72f7eaaaebabe119f145f261niq
133cbcba0df4ba0e72f7eaaaebabe119f145f261niqinstall: build
133cbcba0df4ba0e72f7eaaaebabe119f145f261niq $(MKDIR) $(PROTO_DIR)
c8dcde16853eef36b713d4633fac83b66e49aa5eniq $(MKDIR) -m 755 -p $(PROTOGSSHAREDIR)
c8dcde16853eef36b713d4633fac83b66e49aa5eniq $(CP) -r $(SOURCE_DIR)/* $(PROTOGSSHAREDIR)
c8dcde16853eef36b713d4633fac83b66e49aa5eniq
1a7a4f8c6a312cb237e428c77da0792eb165dc7aniqtest: $(NO_TESTS)
1a7a4f8c6a312cb237e428c77da0792eb165dc7aniq
1a7a4f8c6a312cb237e428c77da0792eb165dc7aniqclean::
1a7a4f8c6a312cb237e428c77da0792eb165dc7aniq $(RM) -r $(BUILD_DIR)
927e277b4be750e06960b3d4f1c2b1ca146e0555niq
927e277b4be750e06960b3d4f1c2b1ca146e0555niqinclude ../../make-rules/depend.mk
927e277b4be750e06960b3d4f1c2b1ca146e0555niq