2002-09-05 16:09:27 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: rfbproxy
|
|
|
|
# Date created: Sep 5, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rfbproxy
|
|
|
|
PORTVERSION= 0.6.5
|
2003-07-14 02:53:03 +00:00
|
|
|
PORTREVISION= 1
|
2002-09-05 16:09:27 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://cyberelk.net/tim/data/rfbproxy/stable/
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= A simple tool for recording VNC sessions
|
2002-09-05 16:09:27 +00:00
|
|
|
|
2003-07-14 02:53:03 +00:00
|
|
|
USE_GETOPT_LONG=yes
|
2002-09-05 16:09:27 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2002-10-09 18:10:42 +00:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
2002-09-05 16:09:27 +00:00
|
|
|
|
2004-02-05 20:38:07 +00:00
|
|
|
MAN1= rfbproxy.1
|
|
|
|
PLIST_FILES= bin/rfbproxy
|
2002-09-05 16:09:27 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|