gcc-6: don't ship info pages
[unleashed-userland.git] / components / hercules / Makefile
blob66e0d656b3c4711d93bdb5d859f5fdd06d82752d
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 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= hercules
19 COMPONENT_VERSION= 3.11
20 COMPONENT_PROJECT_URL= http://hercules-390.eu
21 COMPONENT_FMRI= emulator/hercules
22 COMPONENT_SRC= hercules-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:a75fa0138548f93749991adab954c4a473b961bae23ad06822903df0cf2fd2ca
26 COMPONENT_ARCHIVE_URL= http://downloads.hercules-390.eu/$(COMPONENT_ARCHIVE)
27 COMPONENT_LICENSE= Q
28 COMPONENT_LICENSE_FILE= $(COMPONENT_NAME).license
29 COMPONENT_SUMMARY= The Hercules S/370, ESA/390, and z/Architecture Emulator
30 COMPONENT_CLASSIFICATION=org.opensolaris.category.2008:System/Virtualization
32 include ../../make-rules/prep.mk
33 include ../../make-rules/configure.mk
34 include ../../make-rules/ips.mk
36 CONFIGURE_OPTIONS += --disable-ipv6
38 build: $(BUILD_32)
40 install: $(INSTALL_32)
42 test: $(TEST_32)
44 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
46 include ../../make-rules/depend.mk