diff options
Diffstat (limited to 'net/rfbproxy/Makefile')
-rw-r--r-- | net/rfbproxy/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net/rfbproxy/Makefile b/net/rfbproxy/Makefile new file mode 100644 index 0000000..4e620c4 --- /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> |