1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/net/wayvnc/Makefile
2020-04-05 23:58:17 +00:00

35 lines
840 B
Makefile

# $FreeBSD$
PORTNAME= wayvnc
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.2
PORTREVISION= 1
CATEGORIES= net
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= 720b127dee00.patch:-p1 # https://github.com/any1/wayvnc/pull/31
PATCHFILES+= d61007661480.patch:-p1 # https://github.com/any1/wayvnc/pull/31
MAINTAINER= jbeich@FreeBSD.org
COMMENT= VNC server for wlroots-based compositors
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto
LIB_DEPENDS= libuv.so:devel/libuv \
libwayland-client.so:graphics/wayland \
libneatvnc.so:net/neatvnc \
libxkbcommon.so:x11/libxkbcommon
USES= compiler:c11 meson pkgconfig xorg
USE_GITHUB= yes
USE_XORG= pixman
USE_GL= egl glesv2
USE_LDCONFIG= yes
GH_ACCOUNT= any1
PLIST_FILES= bin/${PORTNAME}
PORTDATA= *
.include <bsd.port.mk>