blob: 58f5a1898560cec4d5d55ed5a3d9056d71e10ac5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: ijliao
# $FreeBSD$
PORTNAME= rfbproxy
PORTVERSION= 1.1.1
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= pphillips@experts-exchange.com
COMMENT= Simple tool for recording VNC sessions
GNU_CONFIGURE= yes
USES= tar:bzip2
PLIST_FILES= bin/rfbproxy \
man/man1/rfbproxy.1.gz
.include <bsd.port.mk>
|