mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
06df180a9e
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
18 lines
318 B
Makefile
18 lines
318 B
Makefile
PORTNAME= rfbproxy
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= pphillips@experts-exchange.com
|
|
COMMENT= Simple tool for recording VNC sessions
|
|
WWW= https://rfbproxy.sourceforge.net/
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USES= tar:bzip2
|
|
|
|
PLIST_FILES= bin/rfbproxy \
|
|
man/man1/rfbproxy.1.gz
|
|
|
|
.include <bsd.port.mk>
|