start building gcc-6 along with gcc49
[unleashed-userland.git] / components / x11 / xload / Makefile
blobdc91e1f8c210937d93317b259f4541970769165c
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 2015 Alexander Pyhalov
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= xload
19 COMPONENT_VERSION= 1.1.2
20 COMPONENT_SUMMARY= xload - system load average display for X
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:83f8e6260435f1df2e2e5036bb3325688b79f0b33069ef445eff5058d127e078
25 COMPONENT_ARCHIVE_URL= \
26 http://ftp.x.org/pub/individual/app/$(COMPONENT_ARCHIVE)
27 COMPONENT_PROJECT_URL = http://www.x.org/wiki/
28 COMPONENT_FMRI= diagnostic/xload
29 COMPONENT_LICENSE= MIT
30 COMPONENT_LICENSE_FILE= COPYING
31 COMPONENT_CLASSIFICATION= System/X11
33 include $(WS_TOP)/make-rules/prep.mk
34 include $(WS_TOP)/make-rules/configure.mk
35 include $(WS_TOP)/make-rules/ips.mk
37 PATH=/usr/gnu/bin:/usr/bin
39 PKG_PROTO_DIRS+=$(BUILD_DIR_32)
41 build: $(BUILD_32)
43 install: $(INSTALL_32)
45 test: $(NO_TESTS)
47 REQUIRED_PACKAGES += system/library
48 REQUIRED_PACKAGES += x11/library/libx11
49 REQUIRED_PACKAGES += x11/library/libxmu
50 REQUIRED_PACKAGES += x11/library/toolkit/libxaw7
51 REQUIRED_PACKAGES += x11/library/toolkit/libxt