gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / x11 / installalias / Makefile
blobb2a044371bf8986bf354b75b92ac5ac93feae3ea
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2015 Alexander Pyhalov
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= installalias
19 COMPONENT_VERSION= 0.5.11
20 COMPONENT_SUMMARY= installalias font tool
21 COMPONENT_SRC= src
22 COMPONENT_PROJECT_URL = https://hg.java.net/hg/solaris-x11~x-s12-clone
23 COMPONENT_FMRI= x11/installalias
24 COMPONENT_LICENSE= MIT
25 COMPONENT_LICENSE_FILE= COPYING
26 COMPONENT_CLASSIFICATION= System/X11
28 include $(WS_TOP)/make-rules/justmake.mk
29 include $(WS_TOP)/make-rules/ips.mk
31 LDFLAGS += -L/usr/lib/xorg -R/usr/lib/xorg
33 COMPONENT_COMMON_ENV = CC=$(CC)
34 COMPONENT_COMMON_ENV += CFLAGS="$(CFLAGS)"
35 COMPONENT_COMMON_ENV += LDFLAGS="$(LDFLAGS)"
37 COMPONENT_BUILD_ENV += $(COMPONENT_COMMON_ENV)
38 COMPONENT_INSTALL_ENV += INSTALL=$(INSTALL)
39 COMPONENT_INSTALL_ENV += PREFIX=/usr
41 download:
43 $(SOURCE_DIR)/.prep:
44 $(TOUCH) $@
46 clobber: clean
48 clean::
49 $(RM) $(SOURCE_DIR)/.prep
51 $(BUILD_32): Makefile
53 build: $(BUILD_32)
55 install: $(INSTALL_32)
57 test: $(NO_TESTS)
59 REQUIRED_PACKAGES += system/library
60 REQUIRED_PACKAGES += x11/library/libxfont