Makefile revision 86
3eb95d6629bb326ae90e5eec693b7e628951751brbb#
3eb95d6629bb326ae90e5eec693b7e628951751brbb#
61d2cd001754548e90364aa3a7e76863616544b0minfrin# CDDL HEADER START
61d2cd001754548e90364aa3a7e76863616544b0minfrin#
61d2cd001754548e90364aa3a7e76863616544b0minfrin# The contents of this file are subject to the terms of the
61d2cd001754548e90364aa3a7e76863616544b0minfrin# Common Development and Distribution License (the "License").
61d2cd001754548e90364aa3a7e76863616544b0minfrin# You may not use this file except in compliance with the License.
9a3bbca61e24c13d8b496116ac759117136c6bf4aaron#
9a3bbca61e24c13d8b496116ac759117136c6bf4aaron# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9a3bbca61e24c13d8b496116ac759117136c6bf4aaron# or http://www.opensolaris.org/os/licensing.
9a3bbca61e24c13d8b496116ac759117136c6bf4aaron# See the License for the specific language governing permissions
9a3bbca61e24c13d8b496116ac759117136c6bf4aaron# and limitations under the License.
64c351fd973428b5bb4c28e983fa86875ea4e60fdougm#
64c351fd973428b5bb4c28e983fa86875ea4e60fdougm# When distributing Covered Code, include this CDDL HEADER in each
64c351fd973428b5bb4c28e983fa86875ea4e60fdougm# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
64c351fd973428b5bb4c28e983fa86875ea4e60fdougm# If applicable, add the following below this CDDL HEADER, with the
0506359f47150991eaaae37ca07f94117a9aa63dtrawick# fields enclosed by brackets "[]" replaced with your own identifying
0506359f47150991eaaae37ca07f94117a9aa63dtrawick# information: Portions Copyright [yyyy] [name of copyright owner]
0506359f47150991eaaae37ca07f94117a9aa63dtrawick#
0506359f47150991eaaae37ca07f94117a9aa63dtrawick# CDDL HEADER END
67f62b7a48ff9eb8d9f31898dceaf9f89280a723dougm#
67f62b7a48ff9eb8d9f31898dceaf9f89280a723dougm# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
9d3fdc3bb8077a46851080e17ef9f16c83720c8ftrawick#
9d3fdc3bb8077a46851080e17ef9f16c83720c8ftrawickinclude ../../make-rules/shared-macros.mk
9d3fdc3bb8077a46851080e17ef9f16c83720c8ftrawick
219472ea2d5f1563509321d8b8a91b116792bf7adougmCOMPONENT_NAME= gnu-gs-fonts-std
219472ea2d5f1563509321d8b8a91b116792bf7adougmCOMPONENT_VERSION= 6.0
219472ea2d5f1563509321d8b8a91b116792bf7adougmCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
c048b545f06921f53ceb830b30f99aed7b369d95dougmCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
c048b545f06921f53ceb830b30f99aed7b369d95dougmCOMPONENT_ARCHIVE_HASH= sha1:cdad2f3752c513fe1cfb0eeaf6661753e2cc182c
c048b545f06921f53ceb830b30f99aed7b369d95dougmCOMPONENT_ARCHIVE_URL= http://softlayer.dl.sourceforge.net/sourceforge/gs-fonts/$(COMPONENT_ARCHIVE)
621bd763d2e4d32f19013ac8b76b375b5a01851fdougm
621bd763d2e4d32f19013ac8b76b375b5a01851fdougm# set relocate_to option while unpacking the tar ball
621bd763d2e4d32f19013ac8b76b375b5a01851fdougmUNPACK_ARGS= -r $(COMPONENT_SRC)
0ea12b5dcb3d1d399f9bff6f56fb445d80205f9dstriker
0ea12b5dcb3d1d399f9bff6f56fb445d80205f9dstrikerPROTOGSSHAREDIR=$(PROTOUSRSHAREDIR)/ghostscript
0ea12b5dcb3d1d399f9bff6f56fb445d80205f9dstriker
e93624301705e3dc68992e3b488a764389eb8b98trawickinclude ../../make-rules/prep.mk
e93624301705e3dc68992e3b488a764389eb8b98trawickinclude ../../make-rules/ips.mk
cba0728e3535ee87e89cdb3cb54ce91eda18f6ccaaron
cba0728e3535ee87e89cdb3cb54ce91eda18f6ccaaron# untar the tar ball and apply the patches
cba0728e3535ee87e89cdb3cb54ce91eda18f6ccaaronbuild: $(SOURCE_DIR)/.prep
a45de374fb215f294eb1369d4406ac79d6596ee1brianp
a45de374fb215f294eb1369d4406ac79d6596ee1brianpinstall: build
a45de374fb215f294eb1369d4406ac79d6596ee1brianp $(MKDIR) $(PROTO_DIR)
a45de374fb215f294eb1369d4406ac79d6596ee1brianp $(MKDIR) -m 755 -p $(PROTOGSSHAREDIR)
7f14bcf6b594703df385ce84ba2ee3cdf3ccbae4trawick $(CP) -r $(SOURCE_DIR)/* $(PROTOGSSHAREDIR)
7f14bcf6b594703df385ce84ba2ee3cdf3ccbae4trawick
7f14bcf6b594703df385ce84ba2ee3cdf3ccbae4trawick# empty test target
7f14bcf6b594703df385ce84ba2ee3cdf3ccbae4trawicktest:
0007bb1e01dd762bde7280beb57113309c1715a3trawick
a1be7357e2c08b9dfe52c277063d212d65b15feejiminclude ../../make-rules/depend.mk
a1be7357e2c08b9dfe52c277063d212d65b15feejim