gcc-6: don't ship info pages
[unleashed-userland.git] / components / intltool / Makefile
bloba2ed5edf6b1c3f3852dbe7b593dc914a2b9ea32d
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= intltool
18 COMPONENT_VERSION= 0.50.2
19 COMPONENT_PROJECT_URL= http://www.gnome.org
20 COMPONENT_SUMMARY= Translation Tools for GNOME Internationalization
21 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
22 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
23 COMPONENT_ARCHIVE_HASH= \
24 sha256:67f25c5c6fb71d095793a7f895b245e65e829e8bde68c6c8b4c912144ff34406
25 COMPONENT_ARCHIVE_URL= https://launchpad.net/intltool/trunk/$(COMPONENT_VERSION)/+download/$(COMPONENT_ARCHIVE)
27 include $(WS_TOP)/make-rules/prep.mk
28 include $(WS_TOP)/make-rules/configure.mk
29 include $(WS_TOP)/make-rules/ips.mk
31 PATH=/usr/gnu/bin:/usr/bin
33 # common targets
34 build: $(BUILD_32)
36 install: $(INSTALL_32)
38 test: $(NO_TESTS)
40 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
42 include $(WS_TOP)/make-rules/depend.mk