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 2017 Gary Mills
14 # Copyright 2016 Aurelien Larcher
18 include ..
/..
/..
/make-rules
/shared-macros.mk
20 COMPONENT_NAME
= xrestop
21 COMPONENT_VERSION
= 0.6
22 COMPONENT_SUMMARY
= the xrestop X-Resource top utility
23 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
24 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.xz
25 COMPONENT_ARCHIVE_HASH
= sha256
:2e2ec111c4b2798b5dc2dc2b3ec7af4f6b261946e903b8e14db046831d203b29
26 COMPONENT_ARCHIVE_URL
= https
://xorg.freedesktop.org
/archive
/individual
/app
/$(COMPONENT_ARCHIVE
)
27 COMPONENT_PROJECT_URL
= https
://www.x.org
/
28 COMPONENT_FMRI
= x11
/xrestop
29 COMPONENT_CLASSIFICATION
= System
/X11
30 COMPONENT_LICENSE
= MIT
31 COMPONENT_LICENSE_FILE
= COPYING
33 TEST_TARGET
= $(NO_TESTS
)
34 include $(WS_MAKE_RULES
)/common.mk
38 COMPONENT_PREP_ACTION
= ( \
41 libtoolize
--copy
--force && \
43 automake
-c
-f
-a
&& \
46 # Auto-generated dependencies
47 REQUIRED_PACKAGES
+= library
/ncurses
48 REQUIRED_PACKAGES
+= system
/library
49 REQUIRED_PACKAGES
+= x11
/library
/libx11
50 REQUIRED_PACKAGES
+= x11
/library
/libxres