1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/x11/watershot/Makefile
2023-10-24 12:22:32 +02:00

26 lines
588 B
Makefile

PORTNAME= watershot
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.2
PORTREVISION= 1
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>