53ae4a0921
Changes: https://git.sr.ht/~emersion/wlr-randr/refs/v0.4.1 Reported by: Repology
19 lines
482 B
Makefile
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>
|