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