Files
ports/x11/wmfocus/Makefile
T
Mikael Urankar e29b5eeec3 lang/rust: Bump revisions after 1.96.0
PR:		295694
2026-06-04 10:52:51 +02:00

27 lines
474 B
Makefile

PORTNAME= wmfocus
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.0
PORTREVISION= 22
CATEGORIES= x11
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Visually focus windows by label
WWW= https://github.com/svenstaro/wmfocus
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig
USES= cargo gnome xorg
USE_GITHUB= yes
GH_ACCOUNT= svenstaro
USE_GNOME= cairo
USE_XORG= xcb
CARGO_FEATURES= i3
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>