mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
8fdae33a4d
Requires recent enough libvncserver, so backport what already passed
upstream review.
Changes: 67bd333...1ca82ce
27 lines
545 B
Makefile
27 lines
545 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= wlvncc
|
|
PORTVERSION= s20201206
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Wayland Native VNC Client
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto
|
|
LIB_DEPENDS= libaml.so:devel/aml \
|
|
libwayland-client.so:graphics/wayland \
|
|
libvncclient.so:net/libvncserver \
|
|
libxkbcommon.so:x11/libxkbcommon
|
|
|
|
USES= compiler:c11 meson pkgconfig xorg
|
|
USE_GITHUB= yes
|
|
USE_XORG= pixman
|
|
GH_ACCOUNT= any1
|
|
GH_TAGNAME= 1ca82ce
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|