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