2002-09-05 18:09:27 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: rfbproxy
|
|
|
|
# Date created: Sep 5, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rfbproxy
|
2011-10-18 16:54:11 +02:00
|
|
|
PORTVERSION= 1.1.1
|
2002-09-05 18:09:27 +02:00
|
|
|
CATEGORIES= net
|
2011-10-18 16:54:11 +02:00
|
|
|
MASTER_SITES= SF
|
2002-09-05 18:09:27 +02:00
|
|
|
|
2011-10-18 16:54:11 +02:00
|
|
|
MAINTAINER= pphillips@experts-exchange.com
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A simple tool for recording VNC sessions
|
2002-09-05 18:09:27 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2011-10-18 16:54:11 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
|
2004-02-05 21:38:07 +01:00
|
|
|
MAN1= rfbproxy.1
|
|
|
|
PLIST_FILES= bin/rfbproxy
|
2002-09-05 18:09:27 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|