diff options
| author | Timothy Beyer <beyert@cs.ucr.edu> | 2023-05-10 19:06:23 +0000 |
|---|---|---|
| committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-05-11 23:23:28 +0000 |
| commit | 6133c90a77d11945f09dc79f7fd3e7cc3be6934a (patch) | |
| tree | 3a90f6ca479d5e7e59008f58285f36607e7d5b16 /x11/dmenu2 | |
| parent | 02cd17e8ffbdf3ea10417c42821611b44d3d3866 (diff) | |
Diffstat (limited to 'x11/dmenu2')
| -rw-r--r-- | x11/dmenu2/Makefile | 33 | ||||
| -rw-r--r-- | x11/dmenu2/distinfo | 3 | ||||
| -rw-r--r-- | x11/dmenu2/pkg-descr | 3 |
3 files changed, 39 insertions, 0 deletions
diff --git a/x11/dmenu2/Makefile b/x11/dmenu2/Makefile new file mode 100644 index 000000000000..96ac87d66c06 --- /dev/null +++ b/x11/dmenu2/Makefile @@ -0,0 +1,33 @@ +PORTNAME= dmenu2 +PORTVERSION= 0.2 +CATEGORIES= x11 + +MAINTAINER= beyert@cs.ucr.edu +COMMENT= Fork of dmenu with many enhancements and additional options +WWW= https://github.com/beyert/dmenu2 + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + +LIB_DEPENDS= libfreetype.so:print/freetype2 \ + libfontconfig.so:x11-fonts/fontconfig + +USES= xorg + +USE_GITHUB= yes +GH_ACCOUNT= beyert +GH_TAGNAME= ${PORTVERSION} + +USE_XORG= x11 xft xrender + +PLIST_FILES= bin/dmenu2 bin/dmenu2_path bin/dmenu2_run bin/stest2 \ + share/man/man1/dmenu2.1.gz share/man/man1/stest2.1.gz + +OPTIONS_DEFINE= XINERAMA +OPTIONS_DEFAULT= XINERAMA + +XINERAMA_USE= XORG=xinerama +XINERAMA_CFLAGS= -DXINERAMA +XINERAMA_LIBS= -lXinerama + +.include <bsd.port.mk> diff --git a/x11/dmenu2/distinfo b/x11/dmenu2/distinfo new file mode 100644 index 000000000000..8c77ef75013b --- /dev/null +++ b/x11/dmenu2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1629000489 +SHA256 (beyert-dmenu2-0.2_GH0.tar.gz) = c1fa86e8eea4e734f81561037a15d8ec4b5774f6345cfb5a0bc4fc7d389c6f57 +SIZE (beyert-dmenu2-0.2_GH0.tar.gz) = 16300 diff --git a/x11/dmenu2/pkg-descr b/x11/dmenu2/pkg-descr new file mode 100644 index 000000000000..1c25987dff75 --- /dev/null +++ b/x11/dmenu2/pkg-descr @@ -0,0 +1,3 @@ +dmenu2 is the fork of original dmenu -- an efficient dynamic menu for X11, +patched to support features like flexible positioning, fuzzy matching, follow +focus, tab navigation, background dimming, etc. |
