mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
62c2faf7ba
- Give maintainership to submitter PR: ports/161750 Submitted by: Phil Phillips <pphillips _AT_ experts-exchange.com>
25 lines
393 B
Makefile
25 lines
393 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: rfbproxy
|
|
# Date created: Sep 5, 2002
|
|
# Whom: 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
|
|
|
|
.include <bsd.port.mk>
|