diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-05 16:09:27 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-05 16:09:27 +0000 |
commit | 2fbfb594e354489dfc001d47b546d31611fe37d2 (patch) | |
tree | 1f5bce75b4e4da8f8619ba6f9fa89eb665b549cb /net/rfbproxy | |
parent | c10f5ff465274378c7c9994de9ef617ff8b56c3a (diff) | |
download | ports-2fbfb594e354489dfc001d47b546d31611fe37d2.tar.gz ports-2fbfb594e354489dfc001d47b546d31611fe37d2.zip |
Notes
Diffstat (limited to 'net/rfbproxy')
-rw-r--r-- | net/rfbproxy/Makefile | 24 | ||||
-rw-r--r-- | net/rfbproxy/distinfo | 1 | ||||
-rw-r--r-- | net/rfbproxy/pkg-comment | 1 | ||||
-rw-r--r-- | net/rfbproxy/pkg-descr | 4 | ||||
-rw-r--r-- | net/rfbproxy/pkg-plist | 1 |
5 files changed, 31 insertions, 0 deletions
diff --git a/net/rfbproxy/Makefile b/net/rfbproxy/Makefile new file mode 100644 index 000000000000..4e620c40699f --- /dev/null +++ b/net/rfbproxy/Makefile @@ -0,0 +1,24 @@ +# ex:ts=8 +# Ports collection makefile for: rfbproxy +# Date created: Sep 5, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= rfbproxy +PORTVERSION= 0.6.5 +CATEGORIES= net +MASTER_SITES= http://cyberelk.net/tim/data/rfbproxy/stable/ + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" + +MAN1= rfbproxy.1 + +.include <bsd.port.mk> diff --git a/net/rfbproxy/distinfo b/net/rfbproxy/distinfo new file mode 100644 index 000000000000..967d93722dab --- /dev/null +++ b/net/rfbproxy/distinfo @@ -0,0 +1 @@ +MD5 (rfbproxy-0.6.5.tar.gz) = b271d03dab28846ca92e1f4077a4e2b6 diff --git a/net/rfbproxy/pkg-comment b/net/rfbproxy/pkg-comment new file mode 100644 index 000000000000..ebbebe1f47d6 --- /dev/null +++ b/net/rfbproxy/pkg-comment @@ -0,0 +1 @@ +A simple tool for recording VNC sessions diff --git a/net/rfbproxy/pkg-descr b/net/rfbproxy/pkg-descr new file mode 100644 index 000000000000..60ed229fbebf --- /dev/null +++ b/net/rfbproxy/pkg-descr @@ -0,0 +1,4 @@ +This program is a simple tool for recording VNC sessions. Make no mistake: it +is hacked together and very ugly. But it does the job. + +WWW: http://cyberelk.net/tim/rfbproxy/ diff --git a/net/rfbproxy/pkg-plist b/net/rfbproxy/pkg-plist new file mode 100644 index 000000000000..a5cb981a30d2 --- /dev/null +++ b/net/rfbproxy/pkg-plist @@ -0,0 +1 @@ +bin/rfbproxy |