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