1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/net/rfbproxy/Makefile
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
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
2023-11-06 11:03:47 +01:00

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>