freebsd-ports/x11/wlr-randr/Makefile
2024-03-09 01:51:46 +01:00

19 lines
482 B
Makefile

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