illumos-gate: omit tagged pointers on SPARC, causes panic on UltraI/II systems
[oi-userland.git] / components / x11 / xmakemap / Makefile
blob4b5a4d02cf98eca1e7e75d57c0e40fa762a041b9
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 Aurelien Larcher
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= xmakemap
19 COMPONENT_VERSION= 7.5
20 COMPONENT_FMRI= x11/xmakemap
21 COMPONENT_CLASSIFICATION= System/X11
22 COMPONENT_SUMMARY= xmakemap - script to generate xmodmap files
23 COMPONENT_SRC= src
24 COMPONENT_PROJECT_URL = https://hg.java.net/hg/solaris-x11~x-s12-clone
25 COMPONENT_LICENSE= Oracle
26 COMPONENT_LICENSE_FILE= xmakemap.license
28 include $(WS_TOP)/make-rules/prep.mk
29 include $(WS_TOP)/make-rules/ips.mk
31 PATH=/usr/gnu/bin:/usr/bin
33 build:
35 install:
36 mkdir -p $(PROTOUSRBINDIR) $(PROTOUSRSHAREMAN1DIR)
37 $(INSTALL) -m 0555 $(SOURCE_DIR)/xmakemap $(PROTOUSRBINDIR)
38 $(INSTALL) -m 0444 $(SOURCE_DIR)/xmakemap.man $(PROTOUSRSHAREMAN1DIR)/xmakemap.1
40 test: $(NO_TESTS)
43 REQUIRED_PACKAGES += SUNWcs