GCC: use -fuse-cxa-atexit by default
[unleashed-userland.git] / components / gtk-engines / Makefile
blobb4d40a70bd4cd06c9162f09ea71d3c88f3457195
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 2015 Alexander Pyhalov
15 include ../../make-rules/shared-macros.mk
17 COMPONENT_NAME= gtk-engines
18 COMPONENT_VERSION= 2.20.2
19 COMPONENT_PROJECT_URL= http://www.gnome.org
20 COMPONENT_SUMMARY= Engines for GTK2 Themes
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:aa65209c824a71feb82c31a6c5bdee22658874cff4fca610d174d983c807c22f
25 COMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.20//$(COMPONENT_ARCHIVE)
26 COMPONENT_FMRI= gnome/theme/gtk2-engines
27 COMPONENT_CLASSIFICATION= Desktop (GNOME)/Theming
28 COMPONENT_LICENSE = LGPLv2.1
29 COMPONENT_LICENSE_FILE = COPYING
32 include $(WS_TOP)/make-rules/prep.mk
33 include $(WS_TOP)/make-rules/configure.mk
34 include $(WS_TOP)/make-rules/ips.mk
36 PATH=/usr/gnu/bin:/usr/bin
38 # common targets
39 build: $(BUILD_32_and_64)
41 install: $(INSTALL_32_and_64)
43 test: $(NO_TESTS)