Makefile revision 1938
536N/A#
536N/A# CDDL HEADER START
536N/A#
536N/A# The contents of this file are subject to the terms of the
965N/A# Common Development and Distribution License (the "License").
536N/A# You may not use this file except in compliance with the License.
536N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
919N/A#
919N/Ainclude ../../../make-rules/shared-macros.mk
919N/A
536N/ACOMPONENT_NAME= foomatic-db
536N/ACOMPONENT_VERSION= 20080903
536N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
536N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
536N/ACOMPONENT_ARCHIVE_HASH= \
536N/A sha256:a404d1243a313259490a6a29238498c438b6e8638dafeb980ab98de347957414
536N/ACOMPONENT_ARCHIVE_URL= $(EXTERNAL_ARCHIVE_MIRROR)/$(COMPONENT_ARCHIVE)
536N/ACOMPONENT_PROJECT_URL= http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic/
536N/ACOMPONENT_BUGDB= utility/foomatic
536N/A
536N/Ainclude ../../../make-rules/prep.mk
536N/Ainclude ../../../make-rules/configure.mk
536N/Ainclude ../../../make-rules/ips.mk
536N/A
536N/ACOMPONENT_PRE_CONFIGURE_ACTION = $(CLONEY) $(SOURCE_DIR) $(@D)
536N/A
536N/A# One file is not gzipped; fix it
536N/ACOMPONENT_POST_INSTALL_ACTION = \
536N/A gzip -c $(SOURCE_DIR)/db/source/PPD/Oce/Others/IM8530_1.PPD \
536N/A > $(PROTO_DIR)/usr/share/foomatic/db/source/PPD/Oce/Others/IM8530_1.ppd.gz
536N/A
536N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
536N/A
536N/A# common targets
536N/Abuild: $(BUILD_32)
536N/A
965N/Ainstall: $(INSTALL_32)
965N/A
536N/Atest: $(NO_TESTS)
536N/A
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include ../../../make-rules/depend.mk