gcc-6: don't ship info pages
[unleashed-userland.git] / components / gnome-icon-theme / Makefile
blob414451009128e0b92c7667bac5b8daeac381c65e
1 ##
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright (c) 2014 Alexander Pyhalov
13 # Copyright (c) 2014 Ken Mays
16 include ../../make-rules/shared-macros.mk
18 COMPONENT_NAME= gnome-icon-theme
19 COMPONENT_VERSION= 2.31.0
20 COMPONENT_PROJECT_URL= http://www.gnome.org
21 COMPONENT_SUMMARY= GNOME Icon Themes
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:ea7e05b77ead159379392b3b275ca0c9cbacd7d936014e447cc7c5e27a767982
26 COMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.31/$(COMPONENT_ARCHIVE)
29 include $(WS_TOP)/make-rules/prep.mk
30 include $(WS_TOP)/make-rules/configure.mk
31 include $(WS_TOP)/make-rules/ips.mk
33 PATH=/usr/gnu/bin:/usr/bin
35 CONFIGURE_OPTIONS+= --sysconfdir=/etc
37 # common targets
38 build: $(BUILD_32)
40 install: $(INSTALL_32)
42 test: $(NO_TESTS)
44 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
46 include $(WS_TOP)/make-rules/depend.mk