vim: update to 9.1.0984
[oi-userland.git] / components / library / sane-frontends / Makefile
blobb908184ccd96089677f78146dedff6b0c1d0606e
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
24 BUILD_BITS= 64
25 include ../../../make-rules/shared-macros.mk
27 COMPONENT_NAME= sane-frontends
28 COMPONENT_VERSION= 1.0.14
29 COMPONENT_REVISION= 2
30 COMPONENT_PROJECT_URL= http://www.sane-project.org/
31 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
32 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
33 COMPONENT_ARCHIVE_HASH= \
34 sha256:e7839dac1b70b5bb39124615aba8a136f5275d0e78bafd3d52ed76964ffea4a9
35 COMPONENT_ARCHIVE_URL= https://fossies.org/linux/misc/old/$(COMPONENT_ARCHIVE)
37 TEST_TARGET= $(NO_TESTS)
38 include $(WS_MAKE_RULES)/common.mk
40 CFLAGS+= -std=gnu89
41 LDFLAGS+= -lsane
43 CONFIGURE_OPTIONS += --with-sane-prefix=/usr
44 CONFIGURE_OPTIONS += --disable-sanetest
45 CONFIGURE_OPTIONS += --disable-gtktest
46 CONFIGURE_OPTIONS += --disable-gimptest
48 # Auto-generated dependencies
49 REQUIRED_PACKAGES += image/editor/gimp
50 REQUIRED_PACKAGES += image/scanner/xsane/sane-backends
51 REQUIRED_PACKAGES += library/desktop/gtk2
52 REQUIRED_PACKAGES += library/glib2
53 REQUIRED_PACKAGES += system/library