summaryrefslogtreecommitdiff
path: root/net/rfbproxy/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-05 16:09:27 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-05 16:09:27 +0000
commit2fbfb594e354489dfc001d47b546d31611fe37d2 (patch)
tree1f5bce75b4e4da8f8619ba6f9fa89eb665b549cb /net/rfbproxy/Makefile
parentUpdate to qmailadmin-1.0.6, containing a couple of security fixes. (diff)
add rfbproxy 0.6.5
A simple tool for recording VNC sessions
Notes
Notes: svn path=/head/; revision=65689
Diffstat (limited to 'net/rfbproxy/Makefile')
-rw-r--r--net/rfbproxy/Makefile24
1 files changed, 24 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>