86N/A#
86N/A#
86N/A# CDDL HEADER START
86N/A#
86N/A# The contents of this file are subject to the terms of the
86N/A# Common Development and Distribution License (the "License").
86N/A# You may not use this file except in compliance with the License.
86N/A#
86N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
86N/A# or http://www.opensolaris.org/os/licensing.
86N/A# See the License for the specific language governing permissions
86N/A# and limitations under the License.
86N/A#
86N/A# When distributing Covered Code, include this CDDL HEADER in each
86N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
86N/A# If applicable, add the following below this CDDL HEADER, with the
86N/A# fields enclosed by brackets "[]" replaced with your own identifying
86N/A# information: Portions Copyright [yyyy] [name of copyright owner]
86N/A#
86N/A# CDDL HEADER END
86N/A#
3996N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
86N/A#
86N/Ainclude ../../make-rules/shared-macros.mk
86N/A
86N/ACOMPONENT_NAME= gnu-gs-fonts-other
86N/ACOMPONENT_VERSION= 6.0
618N/ACOMPONENT_PROJECT_URL= http://sourceforge.net/projects/gs-fonts/
86N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
86N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:8146cccc4699fe9dab841446bdd17039f4769c903eceb54409188b920754aab3
86N/ACOMPONENT_ARCHIVE_URL= http://softlayer.dl.sourceforge.net/sourceforge/gs-fonts/$(COMPONENT_ARCHIVE)
1273N/ACOMPONENT_BUGDB= utility/ghostscript
86N/A
3661N/ATPNO= 8517
3661N/A
86N/A# set relocate_to option while unpacking the tar ball
86N/AUNPACK_ARGS= -r $(COMPONENT_SRC)
86N/A
86N/APROTOGSSHAREDIR=$(PROTOUSRSHAREDIR)/ghostscript
86N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
86N/A
2238N/A# This package delivers only data files and has no dependencies.
2238N/A
86N/A# untar the tar ball and apply the patches
86N/Abuild: $(SOURCE_DIR)/.prep
86N/A
86N/Ainstall: build
86N/A $(MKDIR) $(PROTO_DIR)
86N/A $(MKDIR) -m 755 -p $(PROTOGSSHAREDIR)
86N/A $(CP) -r $(SOURCE_DIR)/* $(PROTOGSSHAREDIR)
86N/A
181N/Atest: $(NO_TESTS)
86N/A
88N/Aclean::
88N/A $(RM) -r $(BUILD_DIR)
88N/A