a88b598dd6
- Convert to USES
20 lines
314 B
Makefile
20 lines
314 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rfbproxy
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= pphillips@experts-exchange.com
|
|
COMMENT= A simple tool for recording VNC sessions
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
PLIST_FILES= bin/rfbproxy \
|
|
man/man1/rfbproxy.1.gz
|
|
|
|
|
|
.include <bsd.port.mk>
|