335N/A#
335N/A# CDDL HEADER START
335N/A#
335N/A# The contents of this file are subject to the terms of the
335N/A# Common Development and Distribution License (the "License").
335N/A# You may not use this file except in compliance with the License.
335N/A#
335N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
335N/A# or http://www.opensolaris.org/os/licensing.
335N/A# See the License for the specific language governing permissions
335N/A# and limitations under the License.
335N/A#
335N/A# When distributing Covered Code, include this CDDL HEADER in each
335N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
335N/A# If applicable, add the following below this CDDL HEADER, with the
335N/A# fields enclosed by brackets "[]" replaced with your own identifying
335N/A# information: Portions Copyright [yyyy] [name of copyright owner]
335N/A#
335N/A# CDDL HEADER END
335N/A#
3996N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
335N/A#
335N/Ainclude ../../../make-rules/shared-macros.mk
335N/A
335N/ACOMPONENT_NAME= foomatic-filters-ppds
335N/ACOMPONENT_VERSION= 20080818
335N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
335N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:906e1ea87ddb7cf0fd27f21c1b077f87644b402f1b7a66d4049a72b68e5eeb05
335N/ACOMPONENT_ARCHIVE_URL= $(EXTERNAL_ARCHIVE_MIRROR)/$(COMPONENT_ARCHIVE)
618N/ACOMPONENT_PROJECT_URL= http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic/
1273N/ACOMPONENT_BUGDB= utility/foomatic
335N/A
3661N/ATPNO= 6400
3661N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
335N/A
2238N/A# This package delivers only data files and has no dependencies.
2238N/A
335N/ACACHE_FILE=$(PROTOUSRLIBDIR)/lp/caches/SUNWfoomatic.cache
335N/A
335N/A$(SOURCE_DIR)/.built: $(SOURCE_DIR)/.prep $(COMPONENT_DIR)/nolicense $(COMPONENT_DIR)/supportedonly.sh
335N/A $(MKDIR) $(BUILD_DIR)
335N/A $(SHELL) $(COMPONENT_DIR)/supportedonly.sh $(BUILD_DIR) \
335N/A $(SOURCE_DIR)/share/ppd $(CACHE_FILE) $(COMPONENT_DIR)/nolicense
335N/A $(TOUCH) $@
335N/A
335N/A# move tree of .ppd-s to proto and gzip it
335N/A$(SOURCE_DIR)/.installed: $(SOURCE_DIR)/.built
335N/A $(MKDIR) $(PROTOUSRSHAREDIR)/ppd
796N/A /usr/bin/find $(SOURCE_DIR)/share/ppd -name "*.ppd" -exec gzip {} +
335N/A $(CLONEY) $(SOURCE_DIR)/share/ppd $(PROTOUSRSHAREDIR)/ppd/SUNWfoomatic
335N/A $(TOUCH) $@
335N/A
335N/A# common targets
335N/Abuild: $(SOURCE_DIR)/.built
335N/A
335N/Ainstall: $(SOURCE_DIR)/.installed
335N/A
335N/Atest: $(NO_TESTS)
335N/A
335N/Aclean::
335N/A $(RM) -r $(BUILD_DIR)
335N/A