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
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
14 # Copyright 2016 Ken Mays
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_NAME
= mesa-demos
22 COMPONENT_VERSION
= 8.5.0
23 COMPONENT_SUMMARY
= The Mesa
3-D Graphics demo applications
24 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
25 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
26 COMPONENT_ARCHIVE_HASH
= sha256
:2472818cea452a34229d03084e7c81f94267d14a39c5287379de0fb1dc02caab
27 COMPONENT_ARCHIVE_URL
= https
://archive.mesa3d.org
/demos
/$(COMPONENT_VERSION
)/$(COMPONENT_ARCHIVE
)
28 COMPONENT_PROJECT_URL
= http
://www.mesa3d.org
/
30 include $(WS_TOP
)/make-rules
/common.mk
32 # Auto-generated dependencies
33 REQUIRED_PACKAGES
+= system
/library
34 REQUIRED_PACKAGES
+= system
/library
/math
35 REQUIRED_PACKAGES
+= x11
/library
/libx11
36 REQUIRED_PACKAGES
+= x11
/library
/libxext