1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/x11/chayang/Makefile
Jan Beich 142638f655 x11/chayang: add new port
Gradually dim the screen.

Can be used to implement a grace period before locking the session.

https://git.sr.ht/~emersion/chayang
2024-01-19 05:08:43 +01:00

21 lines
548 B
Makefile

PORTNAME= chayang
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.0
CATEGORIES= x11 wayland
MASTER_SITES= https://git.sr.ht/~emersion/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Gradually dim the screen
WWW= https://git.sr.ht/~emersion/chayang
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols
LIB_DEPENDS= libwayland-client.so:graphics/wayland
USES= compiler:c11 meson pkgconfig
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>