python/marshmallow: update to 3.23.2
[oi-userland.git] / components / x11 / workspace-patterns / Makefile
blobea70183734f53b21f4f2cf78e736fc9201bb24ff
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= workspace-patterns
19 COMPONENT_VERSION= 7.5
20 COMPONENT_FMRI= x11/data/workspace-patterns
21 COMPONENT_CLASSIFICATION= System/X11
22 COMPONENT_SUMMARY= Bitmap patterns for workspace backgrounds
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= workspace-patterns.license
28 include $(WS_TOP)/make-rules/ips.mk
30 PATH=/usr/gnu/bin:/usr/bin
32 PATTERN_FILES = \
33 attributes \
34 background.xbm \
35 bricks.xbm \
36 burl.xbm \
37 corn.xbm \
38 dmndpla.xbm \
39 dolphin.xbm \
40 dotwave2.xbm \
41 dune.xbm \
42 flowers.xbm \
43 flyseye.xbm \
44 foreground.xbm \
45 fuji.xbm \
46 geiger2.xbm \
47 gray25.xbm \
48 gray50.xbm \
49 gray75.xbm \
50 miniweave.xbm \
51 sbump.xbm \
52 sizmk2.xbm \
53 southwest.xbm \
54 squares.xbm \
55 sunmulti.xbm \
56 swirl2.xbm \
57 wave1.xbm \
58 wrnkle2.xbm
60 PATTERN_DIR=$(USRSHAREDIR)/patterns
62 download:
64 build:
66 install:
67 $(MKDIR) $(PROTO_DIR)$(PATTERN_DIR)
68 cd $(COMPONENT_DIR)/src \
69 && $(INSTALL) -t $(PROTO_DIR)$(PATTERN_DIR) $(PATTERN_FILES)
71 test: $(NO_TESTS)