25 lines
539 B
Makefile
25 lines
539 B
Makefile
PORTNAME= wlr-which-key
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11 wayland
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Keymap manager for wlroots-based compositors
|
|
WWW= https://github.com/MaxVerevkin/wlr-which-key
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
|
|
|
|
USES= cargo gnome
|
|
USE_GITHUB= yes
|
|
USE_GNOME= cairo pango
|
|
GH_ACCOUNT= MaxVerevkin
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|