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