1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/x11/wlr-randr/Makefile
Jan Beich 25b71a0ba7 x11/wlr-randr: add new port
Utility to manage outputs of a Wayland compositor.

https://github.com/emersion/wlr-randr
2020-11-16 10:35:59 +00:00

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>