freebsd-ports/x11/wlr-randr/Makefile
Jan Beich c3d061c40c x11/wlr-randr: chase to the new home
https://github.com/emersion/wlr-randr/commit/a6fdfa1e9257
"This repository has been archived by the owner. It is now read-only."
2021-10-12 16:56:23 +00:00

18 lines
433 B
Makefile

PORTNAME= wlr-randr
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.0
CATEGORIES= x11
MASTER_SITES= https://git.sr.ht/~emersion/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
MAINTAINER= jbeich@FreeBSD.org
COMMENT= xrandr clone for wlroots compositors
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libwayland-client.so:graphics/wayland
USES= meson pkgconfig
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>