1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
2023-01-25 10:24:46 +00:00

20 lines
482 B
Makefile

PORTNAME= wlr-randr
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.0
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>