mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
b9c62d7f03
Changes: dfa2e3e...a5b89c3
23 lines
483 B
Makefile
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>
|