2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym#
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym#
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# CDDL HEADER START
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym#
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# The contents of this file are subject to the terms of the
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# Common Development and Distribution License (the "License").
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# You may not use this file except in compliance with the License.
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym#
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# or http://www.opensolaris.org/os/licensing.
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# See the License for the specific language governing permissions
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# and limitations under the License.
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym#
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# When distributing Covered Code, include this CDDL HEADER in each
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# If applicable, add the following below this CDDL HEADER, with the
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# fields enclosed by brackets "[]" replaced with your own identifying
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# information: Portions Copyright [yyyy] [name of copyright owner]
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym#
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# CDDL HEADER END
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym#
0ba6f73dcd1c9160a44b2872ed0e0d81b51d168fMark Johnson# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym#
2449e17f82f6097fd2c665b64723e31ceecbeca6sherryminclude ../../make-rules/shared-macros.mk
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrymCOMPONENT_NAME= gnu-gs-fonts-std
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrymCOMPONENT_VERSION= 6.0
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrymCOMPONENT_PROJECT_URL= http://sourceforge.net/projects/gs-fonts/
adc586debf12d2592024c0b8b9e44ffa104f858cMark JohnsonCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
adc586debf12d2592024c0b8b9e44ffa104f858cMark JohnsonCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
adc586debf12d2592024c0b8b9e44ffa104f858cMark JohnsonCOMPONENT_ARCHIVE_HASH= \
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym sha256:4cef38d05aa958dfee4dabb8d1599b8ad2b2347413b7895c94d8882c8a0fb9d3
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrymCOMPONENT_ARCHIVE_URL= http://softlayer.dl.sourceforge.net/sourceforge/gs-fonts/$(COMPONENT_ARCHIVE)
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrymCOMPONENT_BUGDB= utility/ghostscript
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrymTPNO= 9240
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# set relocate_to option while unpacking the tar ball
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrymUNPACK_ARGS= -r $(COMPONENT_SRC)
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrymPROTOGSSHAREDIR=$(PROTOUSRSHAREDIR)/ghostscript
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym
2449e17f82f6097fd2c665b64723e31ceecbeca6sherryminclude $(WS_MAKE_RULES)/prep.mk
2449e17f82f6097fd2c665b64723e31ceecbeca6sherryminclude $(WS_MAKE_RULES)/ips.mk
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# This package delivers only data files and has no dependencies.
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym# untar the tar ball and apply the patches
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrymbuild: $(SOURCE_DIR)/.prep
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym
2449e17f82f6097fd2c665b64723e31ceecbeca6sherryminstall: build
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym $(MKDIR) $(PROTO_DIR)
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym $(MKDIR) -m 755 -p $(PROTOGSSHAREDIR)
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym $(CP) -r $(SOURCE_DIR)/* $(PROTOGSSHAREDIR)
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrymtest: $(NO_TESTS)
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrymclean::
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym $(RM) -r $(BUILD_DIR)
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym
2449e17f82f6097fd2c665b64723e31ceecbeca6sherrym