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