Makefile revision 181
f743002678eb67b99bbc29fee116b65d9530fec0wrowe#
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg#
6736c640e65e06990ef33af71ee81fac4df4ff5fjim# CDDL HEADER START
7025945569c7fbb49f2e64e0d26f861d22a54675jorton#
7025945569c7fbb49f2e64e0d26f861d22a54675jorton# The contents of this file are subject to the terms of the
7025945569c7fbb49f2e64e0d26f861d22a54675jorton# Common Development and Distribution License (the "License").
7025945569c7fbb49f2e64e0d26f861d22a54675jorton# You may not use this file except in compliance with the License.
7025945569c7fbb49f2e64e0d26f861d22a54675jorton#
304257c2b0d71c1e4cf3c5c819bb6b60e7c82d51sf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
304257c2b0d71c1e4cf3c5c819bb6b60e7c82d51sf# or http://www.opensolaris.org/os/licensing.
304257c2b0d71c1e4cf3c5c819bb6b60e7c82d51sf# See the License for the specific language governing permissions
304257c2b0d71c1e4cf3c5c819bb6b60e7c82d51sf# and limitations under the License.
a9383516f09ba627694a14d533f55628426f5418jorton#
a9383516f09ba627694a14d533f55628426f5418jorton# When distributing Covered Code, include this CDDL HEADER in each
a9383516f09ba627694a14d533f55628426f5418jorton# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
099c357f282d4aebf2b32264f7dce6ffc0497c37sf# If applicable, add the following below this CDDL HEADER, with the
099c357f282d4aebf2b32264f7dce6ffc0497c37sf# fields enclosed by brackets "[]" replaced with your own identifying
099c357f282d4aebf2b32264f7dce6ffc0497c37sf# information: Portions Copyright [yyyy] [name of copyright owner]
099c357f282d4aebf2b32264f7dce6ffc0497c37sf#
7e51e049b88b11a1f0d9203f3b70b0a5de06f56ejorton# CDDL HEADER END
7e51e049b88b11a1f0d9203f3b70b0a5de06f56ejorton#
7e51e049b88b11a1f0d9203f3b70b0a5de06f56ejorton# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
d9b079a6dd66d36313be56f859c8c61153146527sf#
d9b079a6dd66d36313be56f859c8c61153146527sfinclude ../../make-rules/shared-macros.mk
d9b079a6dd66d36313be56f859c8c61153146527sf
50f8c80eb4d3989ebf3f1341aeef4d2d302af162sfCOMPONENT_NAME= gnu-gs-fonts-std
50f8c80eb4d3989ebf3f1341aeef4d2d302af162sfCOMPONENT_VERSION= 6.0
4bb0a88a01fb7b494bb02a8b881b5eab0308bda6sfCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
50f8c80eb4d3989ebf3f1341aeef4d2d302af162sfCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
295ba2e25e562ee52c7bf96808cf9d486ebfb325sfCOMPONENT_ARCHIVE_HASH= sha1:cdad2f3752c513fe1cfb0eeaf6661753e2cc182c
295ba2e25e562ee52c7bf96808cf9d486ebfb325sfCOMPONENT_ARCHIVE_URL= http://softlayer.dl.sourceforge.net/sourceforge/gs-fonts/$(COMPONENT_ARCHIVE)
295ba2e25e562ee52c7bf96808cf9d486ebfb325sf
3104923cb51cf5826c97368d1f0d5202c352cd4fsf# set relocate_to option while unpacking the tar ball
3104923cb51cf5826c97368d1f0d5202c352cd4fsfUNPACK_ARGS= -r $(COMPONENT_SRC)
7b395e4e878c28a4784919cfd2e704ddd14a3390jorton
7b395e4e878c28a4784919cfd2e704ddd14a3390jortonPROTOGSSHAREDIR=$(PROTOUSRSHAREDIR)/ghostscript
7b395e4e878c28a4784919cfd2e704ddd14a3390jorton
7b395e4e878c28a4784919cfd2e704ddd14a3390jortoninclude ../../make-rules/prep.mk
536e48c08d674acac5d44929318f2ad928edc361jortoninclude ../../make-rules/ips.mk
536e48c08d674acac5d44929318f2ad928edc361jorton
e81785da447b469da66f218b3f0244aab507958djorton# untar the tar ball and apply the patches
e81785da447b469da66f218b3f0244aab507958djortonbuild: $(SOURCE_DIR)/.prep
424b4e796cde9df955948c354cb4df6080a92d4esf
424b4e796cde9df955948c354cb4df6080a92d4esfinstall: build
424b4e796cde9df955948c354cb4df6080a92d4esf $(MKDIR) $(PROTO_DIR)
5cc1d035c9293c4d64b2344b5eac35edd1bd4537rpluem $(MKDIR) -m 755 -p $(PROTOGSSHAREDIR)
5cc1d035c9293c4d64b2344b5eac35edd1bd4537rpluem $(CP) -r $(SOURCE_DIR)/* $(PROTOGSSHAREDIR)
5cc1d035c9293c4d64b2344b5eac35edd1bd4537rpluem
5cc1d035c9293c4d64b2344b5eac35edd1bd4537rpluemtest: $(NO_TESTS)
3e4e54d4e3fc0123c63d57aa84ac7ad7a8c73ff8jorton
3e4e54d4e3fc0123c63d57aa84ac7ad7a8c73ff8jortonclean::
3e4e54d4e3fc0123c63d57aa84ac7ad7a8c73ff8jorton $(RM) -r $(BUILD_DIR)
00f53c09b10014571b639d5e9df993fb188220a6sf
00f53c09b10014571b639d5e9df993fb188220a6sfinclude ../../make-rules/depend.mk
00f53c09b10014571b639d5e9df993fb188220a6sf