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