1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/sysutils/waynergy/Makefile
Baptiste Daroussin 50dc8fda19 security/libretls: update 3.8.1
Bump portrevision of consumers
2023-10-12 19:34:26 +02:00

28 lines
589 B
Makefile

PORTNAME= waynergy
DISTVERSIONPREFIX= v
DISTVERSION= 0.0.16
PORTREVISION= 1
CATEGORIES= sysutils wayland
MAINTAINER= bapt@FreeBSD.org
COMMENT= Mouse and keyboard sharing utility
WWW= https://github.com/r-c-f/waynergy
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
libxkbcommon.so:x11/libxkbcommon \
libtls.so:security/libretls
USES= meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= r-c-f
PLIST_FILES= bin/waynergy \
bin/waynergy-clip-update \
bin/waynergy-mapper \
share/applications/waynergy.desktop
.include <bsd.port.mk>