# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL)". You may # only use this file in accordance with the terms of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # Copyright (c) 2014 Alexander Pyhalov. All rights reserved # include ../../../../make-rules/shared-macros.mk COMPONENT_NAME= gnome-common COMPONENT_VERSION= 2.28.0 COMPONENT_REVISION= 1 COMPONENT_PROJECT_URL= http://www.gnome.org COMPONENT_SUMMARY= Multiply used files used by the GNOME 2.0 platform COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2 COMPONENT_ARCHIVE_HASH= \ sha256:dd4817103d23745d00c735dd137951552ba7b576cb8f68e6a529d06661e9b6a1 COMPONENT_ARCHIVE_URL= https://download.gnome.org/sources/$(COMPONENT_NAME)/2.28/$(COMPONENT_NAME)-$(COMPONENT_VERSION).tar.bz2 include $(WS_MAKE_RULES)/prep.mk include $(WS_MAKE_RULES)/configure.mk include $(WS_MAKE_RULES)/ips.mk PATH=$(PATH.gnu) gcc_OPT = -O2 CONFIGURE_OPTIONS+= --sysconfdir=/etc CONFIGURE_ENV+= PERL=$(PERL) # common targets build: $(BUILD_32) install: $(INSTALL_32) test: $(NO_TESTS) # Auto-generated dependencies REQUIRED_PACKAGES += SUNWcs REQUIRED_PACKAGES += developer/gnome/gettext