diff options
Diffstat (limited to 'net/gtk-vnc3/Makefile')
-rw-r--r-- | net/gtk-vnc3/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/net/gtk-vnc3/Makefile b/net/gtk-vnc3/Makefile new file mode 100644 index 000000000..509731911 --- /dev/null +++ b/net/gtk-vnc3/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: gtk-vnc +# Date created: 16 December 2007 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gtk-vnc +PORTVERSION= 0.4.3 +CATEGORIES= net gnome +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= VNC viewer widget for GTK+ + +LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ + sasl2.2:${PORTSDIR}/security/cyrus-sasl2 + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING.LIB +#USE_GNOME= pygtk2 gnomehack +USE_GNOME= gnomehack gtk30 +USE_GMAKE= yes +USE_GETTEXT= yes +USE_LDCONFIG= yes +#USE_PYTHON= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --with-gtk=3.0 --disable-introspection \ + --disable-plugin --without-python +MAN1= gvnccapture.1 + +.include <bsd.port.mk> |