Makefile revision 1273
250N/A#
250N/A# CDDL HEADER START
250N/A#
250N/A# The contents of this file are subject to the terms of the
250N/A# Common Development and Distribution License (the "License").
250N/A# You may not use this file except in compliance with the License.
250N/A#
250N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
250N/A# or http://www.opensolaris.org/os/licensing.
250N/A# See the License for the specific language governing permissions
250N/A# and limitations under the License.
250N/A#
250N/A# When distributing Covered Code, include this CDDL HEADER in each
250N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
250N/A# If applicable, add the following below this CDDL HEADER, with the
250N/A# fields enclosed by brackets "[]" replaced with your own identifying
250N/A# information: Portions Copyright [yyyy] [name of copyright owner]
250N/A#
250N/A# CDDL HEADER END
250N/A#
3996N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
250N/A#
250N/Ainclude ../../make-rules/shared-macros.mk
250N/A
250N/ACOMPONENT_NAME= sane-backends
250N/ACOMPONENT_VERSION= 1.0.19
250N/ACOMPONENT_PROJECT_URL= http://www.sane-project.org/
618N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
250N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:13271a7eb4dc4aa6072162abbd78848e4faad32c468b9b44e7f95cde96a4e17e
250N/ACOMPONENT_ARCHIVE_URL= ftp://ftp2.sane-project.org/pub/sane/old-versions/sane-backends-1.0.19/$(COMPONENT_ARCHIVE)
1273N/ACOMPONENT_BUGDB= library/libsane
250N/A
3661N/Ainclude ../../make-rules/prep.mk
3661N/Ainclude ../../make-rules/configure.mk
3996N/Ainclude ../../make-rules/ips.mk
3996N/A
3996N/ACONFIGURE_OPTIONS += --disable-locking
250N/ACONFIGURE_OPTIONS += --sysconfdir=/etc
250N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
250N/A
250N/Abuild: $(BUILD_32)
250N/A
250N/Ainstall: $(INSTALL_32)
250N/A
250N/Atest: $(NO_TESTS)
250N/A
250N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
250N/A
250N/Ainclude ../../make-rules/depend.mk
250N/A