gcc-6: don't ship info pages
[unleashed-userland.git] / components / gnome-common / Makefile
blob22551f916960fead0c3c9790da6385cb0a2d1a56
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. All rights reserved
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= gnome-common
18 COMPONENT_VERSION= 2.28.0
19 COMPONENT_REVISION= 1
20 COMPONENT_PROJECT_URL= http://www.gnome.org
21 COMPONENT_SUMMARY= Multiply used files used by the GNOME 2.0 platform
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:dd4817103d23745d00c735dd137951552ba7b576cb8f68e6a529d06661e9b6a1
26 COMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.28/$(COMPONENT_NAME)-$(COMPONENT_VERSION).tar.bz2
28 include $(WS_TOP)/make-rules/prep.mk
29 include $(WS_TOP)/make-rules/configure.mk
30 include $(WS_TOP)/make-rules/ips.mk
32 PATH=/usr/gnu/bin:/usr/bin
34 gcc_OPT = -O2
36 CONFIGURE_OPTIONS+= --sysconfdir=/etc
38 CONFIGURE_ENV+= PERL=$(PERL)
40 # common targets
41 build: $(BUILD_32)
43 install: $(INSTALL_32)
45 test: $(NO_TESTS)
47 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
49 include $(WS_TOP)/make-rules/depend.mk