mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
21 lines
318 B
Makefile
21 lines
318 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
|
|
|
|
MAN1= rfbproxy.1
|
|
PLIST_FILES= bin/rfbproxy
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|