1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net/rfbproxy/Makefile

26 lines
501 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: rfbproxy
# Date created: Sep 5, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= rfbproxy
PORTVERSION= 0.6.5
PORTREVISION= 1
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
USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
2004-02-05 20:38:07 +00:00
MAN1= rfbproxy.1
PLIST_FILES= bin/rfbproxy
.include <bsd.port.mk>