1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/x11/windowtolayer/Makefile
2024-04-13 08:15:06 +02:00

23 lines
483 B
Makefile

PORTNAME= windowtolayer
PORTVERSION= s20240320
CATEGORIES= x11 wayland
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Any Wayland window as wallpaper
WWW= https://gitlab.freedesktop.org/mstoeckl/windowtolayer
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cargo
USE_GITLAB= yes
GL_SITE= https://gitlab.freedesktop.org
GL_ACCOUNT= mstoeckl
GL_TAGNAME= a5b89c3
PLIST_FILES= bin/${PORTNAME}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>