blob: 407978103dab57ff5ce98617385d337586bad306 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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>
|