mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
109c3d4629
PR: 276033
30 lines
539 B
Makefile
30 lines
539 B
Makefile
PORTNAME= wmfocus
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.5.0
|
|
PORTREVISION= 1
|
|
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}
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|