ogl-select; Fix dependencies to shell/ksh93
[oi-userland.git] / components / x11 / ogl-select / Makefile
blob0d08a9719243ac9967b1a234a7adf9f7db1d361a
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.
13 # Copyright 2019 Michal Nowak
16 include ../../../make-rules/shared-macros.mk
18 COMPONENT_NAME= ogl-select
19 COMPONENT_VERSION= 0.5.11
20 COMPONENT_REVISION= 6
21 COMPONENT_SUMMARY= ogl-select - boot time selection of OpenGL vendor files
22 COMPONENT_PROJECT_URL = https://www.openindiana.org/
23 COMPONENT_FMRI= service/opengl/ogl-select
24 COMPONENT_LICENSE= MIT
25 COMPONENT_LICENSE_FILE= ogl-select.license
26 COMPONENT_CLASSIFICATION= System/X11
29 include $(WS_MAKE_RULES)/ips.mk
31 download:
33 prep:
35 build:
37 install:
38 [ -d $(PROTO_DIR) ] || mkdir -p $(PROTO_DIR)
40 clean:
41 $(RM) -r $(BUILD_DIR) $(PROTO_DIR)
43 # Auto-generated dependencies
44 REQUIRED_PACKAGES += SUNWcs
45 REQUIRED_PACKAGES += shell/ksh93