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