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