python/marshmallow: update to 3.23.2
[oi-userland.git] / components / x11 / bitmap / Makefile
blob3dea2ad4bfbd068a8df07122812053fe45822a31
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-2019 Aurelien Larcher
16 X11_CATEGORY=APP
17 include ../../../make-rules/shared-macros.mk
18 include $(WS_MAKE_RULES)/x11.mk
20 COMPONENT_NAME= bitmap
21 COMPONENT_VERSION= 1.1.1
22 COMPONENT_SUMMARY= bitmap - bitmap, bmtoa, and atobm utilities
23 COMPONENT_ARCHIVE= $(COMPONENT_NAME)-$(COMPONENT_VERSION).tar.xz
24 COMPONENT_ARCHIVE_HASH= sha256:63d42eb63fe48198b39344af49949e5e424cc62ce8d722781fdad4a4fa3426e6
25 COMPONENT_FMRI= image/editor/bitmap
26 COMPONENT_CLASSIFICATION= Applications/Graphics and Imaging
27 COMPONENT_LICENSE_FILE= COPYING
29 include $(WS_MAKE_RULES)/common.mk
31 # Manually added build dependencies
32 REQUIRED_PACKAGES += x11/data/xbitmaps
34 # Auto-generated dependencies
35 REQUIRED_PACKAGES += system/library
36 REQUIRED_PACKAGES += system/library/math
37 REQUIRED_PACKAGES += x11/library/libx11
38 REQUIRED_PACKAGES += x11/library/libxmu
39 REQUIRED_PACKAGES += x11/library/toolkit/libxaw7
40 REQUIRED_PACKAGES += x11/library/toolkit/libxt