mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
19 lines
380 B
Makefile
19 lines
380 B
Makefile
PORTNAME= rfbproxy
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 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
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
USES= tar:bzip2
|
|
|
|
PLIST_FILES= bin/rfbproxy \
|
|
share/man/man1/rfbproxy.1.gz
|
|
|
|
.include <bsd.port.mk>
|