REQ libXfont
[unleashed-userland.git] / components / yaz / Makefile
blob10a18a2f468a889aaf072f7d8e315a09ace21f36
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2014 Alexander Pyhalov. All rights reserved.
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= yaz
20 COMPONENT_VERSION= 5.0.12
21 COMPONENT_SUMMARY= toolkit supporting the development of Z39.50/SRW/SRU clients and servers
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:4501bbeee665e34ad480508e83fbe8b65d2b5fd0a8194077f1b4235b616a846e
26 COMPONENT_ARCHIVE_URL= \
27 http://ftp.indexdata.dk/pub/yaz/$(COMPONENT_ARCHIVE)
28 COMPONENT_PROJECT_URL = http://www.indexdata.dk/yaz
30 include ../../make-rules/prep.mk
31 include ../../make-rules/configure.mk
32 include ../../make-rules/ips.mk
35 CONFIGURE_OPTIONS += --without-icu
37 # Without this tests fail
38 ENV=/usr/bin/env -i
40 build: $(BUILD_32_and_64)
42 install: $(INSTALL_32_and_64)
44 test: $(TEST_32_and_64)