vim: update to 9.1.0969
[oi-userland.git] / components / x11 / sun-ext-protos / Makefile
blob30c84f8f0dc7dab48a2b55318f19fb5c05677749
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 2011 EveryCity Ltd. All rights reserved.
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= sun-ext-protos
18 COMPONENT_VERSION= 0.1
19 COMPONENT_SUMMARY= headers & documentation for X11 protocol extensions created by Sun
20 COMPONENT_PROJECT_URL = https://hg.java.net/hg/solaris-x11~x-s12-clone
21 COMPONENT_FMRI= x11/header/sun-ext-protos
22 COMPONENT_LICENSE= MIT
23 COMPONENT_LICENSE_FILE= sun-ext-protos.license
24 COMPONENT_CLASSIFICATION= Development/X11
27 include ../../../make-rules/ips.mk
29 download:
31 prep:
33 build:
35 install:
36 $(RM) -rf $(PROTO_DIR)
37 $(MKDIR) $(PROTO_DIR)/usr/share/doc/sun-ext-protos
38 $(MKDIR) $(PROTO_DIR)/usr/include/X11/extensions
39 cp $(COMPONENT_DIR)/files/include/* $(PROTO_DIR)/usr/include/X11/extensions
40 cp $(COMPONENT_DIR)/files/docs/* $(PROTO_DIR)/usr/share/doc/sun-ext-protos
42 clean:
43 $(RM) -r $(BUILD_DIR) $(PROTO_DIR)