Makefile revision 88
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#
86N/A# Copyright (c) 2011, 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
86N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
86N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
86N/ACOMPONENT_ARCHIVE_HASH= sha1:7263e2bf12202b39517db600819956a832e42a75
86N/ACOMPONENT_ARCHIVE_URL= http://softlayer.dl.sourceforge.net/sourceforge/gs-fonts/$(COMPONENT_ARCHIVE)
86N/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
86N/Ainclude ../../make-rules/prep.mk
86N/Ainclude ../../make-rules/ips.mk
86N/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
86N/A# empty test target
86N/Atest:
86N/A
88N/Aclean::
88N/A $(RM) -r $(BUILD_DIR)
88N/A
86N/Ainclude ../../make-rules/depend.mk