Makefile revision 3661
3802N/A#
3802N/A# CDDL HEADER START
3802N/A#
3802N/A# The contents of this file are subject to the terms of the
3802N/A# Common Development and Distribution License (the "License").
3802N/A# You may not use this file except in compliance with the License.
3802N/A#
3802N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3802N/A# or http://www.opensolaris.org/os/licensing.
3802N/A# See the License for the specific language governing permissions
3802N/A# and limitations under the License.
3802N/A#
3802N/A# When distributing Covered Code, include this CDDL HEADER in each
3802N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3802N/A# If applicable, add the following below this CDDL HEADER, with the
3802N/A# fields enclosed by brackets "[]" replaced with your own identifying
3802N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3802N/A#
3802N/A# CDDL HEADER END
3802N/A#
3802N/A# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
3802N/A#
3802N/Ainclude ../../../make-rules/shared-macros.mk
3802N/A
3802N/ACOMPONENT_NAME= foomatic-filters
3802N/ACOMPONENT_VERSION= 4.0.15
3802N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
3802N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
3802N/ACOMPONENT_ARCHIVE_HASH= \
3802N/A sha256:f5b7b67aacedec4c0294d242cbffbe0d7d3cd0fdd2b410c055e818f25ed3bc79
3802N/ACOMPONENT_ARCHIVE_URL= http://www.openprinting.org/download/foomatic/$(COMPONENT_ARCHIVE)
3802N/ACOMPONENT_PROJECT_URL= http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic/
3802N/ACOMPONENT_BUGDB= utility/foomatic
3802N/A
3802N/ATPNO= 8420
3802N/A
3802N/Ainclude ../../../make-rules/prep.mk
3802N/Ainclude ../../../make-rules/configure.mk
3802N/Ainclude ../../../make-rules/ips.mk
3802N/A
3802N/ACONFIGURE_OPTIONS += --prefix=$(USRLIBDIR)/lp
3802N/ACONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)/gnu
3802N/ACONFIGURE_OPTIONS += --bindir=$(USRLIBDIR)/lp/bin
3802N/ACONFIGURE_OPTIONS += --with-echo=wecho
3802N/ACONFIGURE_OPTIONS += --with-file-converter="a2ps -1 -q -c -B @@--medium=@@PAGESIZE@@ -o -"
3802N/ACONFIGURE_OPTIONS += --with-execpath=$(USRLIBDIR)/lp/bin:$(USRBINDIR):$(BINDIR)
3802N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
3802N/ACONFIGURE_OPTIONS += PERL=$(PERL)
3802N/ACONFIGURE_OPTIONS += A2PS=$(USRBINDIR)/a2ps
3802N/A
3802N/ACOMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
3802N/A
3802N/A# common targets
3802N/Abuild: $(BUILD_32)
3802N/A
3802N/Ainstall: $(INSTALL_32)
3802N/A
3802N/Atest: $(NO_TESTS)
3802N/A
3802N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
3802N/A
3802N/Ainclude ../../../make-rules/depend.mk
3802N/A