On Thu, 4 Mar 2021 21:51:30 +0100 Guy Godfroy <guy.godf...@gugod.fr>:
> Hello, > > xmenu is a contextual menu tool for x11. I used pmenu port proposal I > saw today (developped by the same guy), very few changes. Thanks to > Jerome for that. > > xmenu and pmenu have in common to take their data from stdin following > the same syntax. xmenu was created a bit before pmenu, which explains > maybe some oddity in the config.mk that required a patch. > > Works on my amd64. > > Guy Godfroy > For consistency the space before the = sign should be put here LIB_DEPENDS= graphics/imlib2 like x11/pmenu, I don't know if it's important but WANTLIB in automatically generated order would look like WANTLIB += Imlib2 X11 Xft Xinerama c fontconfig With theses changes, ok solene@