mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
89ab81d0e2
PR: 281300
27 lines
473 B
Makefile
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>
|