REQ font-util
[unleashed-userland.git] / components / ORBit2 / Makefile
blobee2cbab1b1d20bb944623ba7d6b33f426f73a65e
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= ORBit2
18 COMPONENT_VERSION= 2.14.19
19 COMPONENT_REVISION= 3
20 COMPONENT_PROJECT_URL= https://projects.gnome.org/ORBit2/
21 COMPONENT_SUMMARY= High-performance CORBA Object Request Broker
22 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
23 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2
24 COMPONENT_ARCHIVE_HASH= \
25 sha256:55c900a905482992730f575f3eef34d50bda717c197c97c08fa5a6eafd857550
27 COMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/GNOME/sources/$(COMPONENT_NAME)/2.14/$(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 COMPONENT_PREP_ACTION = ( cd $(@D) && \
36 aclocal -I. && \
37 autoheader && \
38 libtoolize --automake --copy --force && \
39 automake -a -f -c &&\
40 autoconf )
42 CONFIGURE_OPTIONS.32 += --sysconfdir=/etc
43 CONFIGURE_OPTIONS.64 += --sysconfdir=/etc/$(MACH64)
45 # Without this includes are rewritten with 64-bit files,
46 # and we don't want this
47 $(INSTALL_32): $(INSTALL_64)
49 # common targets
50 build: $(BUILD_32_and_64)
52 install: $(INSTALL_32_and_64)
54 test: $(TEST_32_and_64)
56 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
58 include $(WS_TOP)/make-rules/depend.mk