Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
commit | author | age
9106f4 1 #
AL 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.
5 #
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.
9 #
10
11 #
12 # Copyright 2015 Aurelien Larcher
13 #
14
15 include ../../../make-rules/shared-macros.mk
16
17 COMPONENT_NAME=          x11-window-dump
18 COMPONENT_VERSION=      7.5
19 COMPONENT_FMRI=          x11/x11-window-dump
20 COMPONENT_CLASSIFICATION= Meta Packages/Group Packages
21 COMPONENT_SUMMARY=      X11 Window Dump (screenshot) utilities
22
23 include ../../../make-rules/ips.mk
24
25 download:
26
27 prep:
28
29 build:
30
31 install:
32     [ -d $(PROTO_DIR) ] || mkdir -p $(PROTO_DIR)
33
34 clean:
35     $(RM) -r $(BUILD_DIR) $(PROTO_DIR)
36