1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/x11/watershot/Makefile
2024-08-26 10:08:01 +02:00

26 lines
588 B
Makefile

PORTNAME= watershot
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.2
PORTREVISION= 8
CATEGORIES= x11 wayland
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Simple Wayland-native screenshot tool
WWW= https://github.com/Kirottu/watershot
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
libfontconfig.so:x11-fonts/fontconfig \
libxkbcommon.so:x11/libxkbcommon
RUN_DEPENDS= ${LOCALBASE}/lib/libvulkan.so:graphics/vulkan-loader \
grim:x11/grim
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= Kirottu
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>