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.
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.
12 # Copyright (c) 2016 Sergey Avseyev
13 # Copyright 2020 Andreas Wacknitz
14 # Copyright 2022 Benjamin S. Osenbach
18 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_VERSION
= 5.3
22 COMPONENT_SUMMARY
= dmenu is a dynamic menu for X
, originally designed for dwm
23 COMPONENT_PROJECT_URL
= https
://tools.suckless.org
/dmenu
/
24 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
25 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
26 COMPONENT_ARCHIVE_HASH
= sha256
:1a8f53e6fd2d749839ec870c5e27b3e14da5c3eeacbfcb945d159e1d5433795f
27 COMPONENT_ARCHIVE_URL
= https
://dl.suckless.org
/tools
/$(COMPONENT_ARCHIVE
)
28 COMPONENT_FMRI
= desktop
/dmenu
29 COMPONENT_CLASSIFICATION
= Applications
/System Utilities
30 COMPONENT_LICENSE
= MIT
/X
31 COMPONENT_LICENSE_FILE
= LICENSE
33 TEST_TARGET
= $(NO_TESTS
)
34 include $(WS_MAKE_RULES
)/common.mk
36 # Auto-generated dependencies
37 REQUIRED_PACKAGES
+= shell/ksh93
38 REQUIRED_PACKAGES
+= system
/library
39 REQUIRED_PACKAGES
+= system
/library
/fontconfig
40 REQUIRED_PACKAGES
+= x11
/library
/libx11
41 REQUIRED_PACKAGES
+= x11
/library
/libxft
42 REQUIRED_PACKAGES
+= x11
/library
/libxinerama