mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
25b71a0ba7
Utility to manage outputs of a Wayland compositor. https://github.com/emersion/wlr-randr
22 lines
379 B
Makefile
22 lines
379 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= wlr-randr
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.1.0
|
|
CATEGORIES= x11
|
|
|
|
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
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= emersion
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|