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