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