freebsd-ports/x11/shaderbg/Makefile
Jan Beich 4fcea1d97a x11/shaderbg: add new port
This program lets you render shaders as a wall paper. It works on
Wayland compositors that support wlr-layer-shell.

https://sr.ht/~mstoeckl/shaderbg/
2023-12-08 12:02:15 +01:00

20 lines
532 B
Makefile

PORTNAME= shaderbg
DISTVERSION= s20230316
DISTVERSIONSUFFIX= -0-g027d4f8
CATEGORIES= x11 wayland
MASTER_SITES= https://git.sr.ht/~mstoeckl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Render shaders as a live wallpaper on Wayland
WWW= https://sr.ht/~mstoeckl/shaderbg/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libwayland-egl.so:graphics/wayland
USES= compiler:c11 gl meson pkgconfig
USE_GL= egl
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>