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
794N/ACOMPONENT_VERSION= 4.0.15
335N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
794N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:f5b7b67aacedec4c0294d242cbffbe0d7d3cd0fdd2b410c055e818f25ed3bc79
794N/ACOMPONENT_ARCHIVE_URL= http://www.openprinting.org/download/foomatic/$(COMPONENT_ARCHIVE)
618N/ACOMPONENT_PROJECT_URL= http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic/
1273N/ACOMPONENT_BUGDB= utility/foomatic
335N/A
3661N/ATPNO= 8420
3661N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/configure.mk
3996N/Ainclude $(WS_MAKE_RULES)/ips.mk
335N/A
335N/ACONFIGURE_OPTIONS += --prefix=$(USRLIBDIR)/lp
794N/ACONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR)/gnu
335N/ACONFIGURE_OPTIONS += --bindir=$(USRLIBDIR)/lp/bin
335N/ACONFIGURE_OPTIONS += --with-echo=wecho
335N/ACONFIGURE_OPTIONS += --with-file-converter="a2ps -1 -q -c -B @@--medium=@@PAGESIZE@@ -o -"
335N/ACONFIGURE_OPTIONS += --with-execpath=$(USRLIBDIR)/lp/bin:$(USRBINDIR):$(BINDIR)
794N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
335N/ACONFIGURE_OPTIONS += PERL=$(PERL)
335N/ACONFIGURE_OPTIONS += A2PS=$(USRBINDIR)/a2ps
335N/A
794N/ACOMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
794N/A
335N/A# common targets
335N/Abuild: $(BUILD_32)
335N/A
335N/Ainstall: $(INSTALL_32)
335N/A
335N/Atest: $(NO_TESTS)
335N/A
335N/A
3996N/AREQUIRED_PACKAGES += print/filter/a2ps
3996N/AREQUIRED_PACKAGES += system/library
3996N/AREQUIRED_PACKAGES += system/library/libdbus
3996N/AREQUIRED_PACKAGES += system/library/math