freebsd-ports/x11/wdisplays/Makefile
Jan Beich b760d4ea6b x11/wdisplays: add new port
wdisplays is a graphical application for configuring displays in
Wayland compositors. It borrows some code from kanshi. It should work
in any compositor that implements the wlr-output-management-unstable-v1
protocol, including sway. The goal of this project is to allow precise
adjustment of display settings in kiosks, digital signage, and other
elaborate multi-monitor setups.

https://github.com/cyclopsian/wdisplays
2019-10-04 11:29:33 +00:00

28 lines
637 B
Makefile

# $FreeBSD$
PORTNAME= wdisplays
PORTVERSION= s20190924
CATEGORIES= x11
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= bfaf2211c0be.patch:-p1
MAINTAINER= jbeich@FreeBSD.org
COMMENT= GUI display configurator for wlroots compositors
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= wayland-protocols>=1.17:graphics/wayland-protocols
LIB_DEPENDS= libepoxy.so:graphics/libepoxy \
libwayland-client.so:graphics/wayland
USES= compiler:c11 meson pkgconfig
USE_GITHUB= yes
USE_GNOME= cairo gtk30
GH_ACCOUNT= cyclopsian
GH_TAGNAME= 049bf5b
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>