1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/net/spiritvnc/Makefile
Alexey Dokuchaev 38d1e24dc9 net/spiritvnc: update the port to version 0.6.4
Point WWW line to the project's new home page.

Confirmed by:	Will Brokenbourgh (upstream author)
Reported by:	portscout
2024-08-02 17:17:04 +00:00

28 lines
650 B
Makefile

PORTNAME= spiritvnc
PORTVERSION= 0.6.4
DISTVERSIONPREFIX= v
CATEGORIES= net
MAINTAINER= danfe@FreeBSD.org
COMMENT= Multi-view FLTK-based VNC client
WWW= https://www.willbrokenbourgh.com/brainout/content/spiritvnc.php
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \
libfontconfig.so:x11-fonts/fontconfig \
libpng.so:graphics/png \
libvncclient.so:net/libvncserver
USES= gmake jpeg pkgconfig xorg
USE_GITHUB= yes
USE_XORG= x11 xcursor xext xfixes xft xinerama xpm xrender
GH_ACCOUNT= willbprog127
GH_PROJECT= ${PORTNAME}-fltk-no-libssh2
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>