1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/x11/wmfocus/Makefile
2024-09-10 13:00:34 +02:00

27 lines
473 B
Makefile

PORTNAME= wmfocus
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.0
PORTREVISION= 7
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>