diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-14 21:24:12 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-14 21:24:12 +0800 |
commit | 2ca83d48cab919c4f511c3e1b53b7b4eb475a36b (patch) | |
tree | 2581e78141abc0045c75c950ea0071bc4ca908b9 /net/gtk-vnc3/Makefile | |
parent | 8578f6ad009be28e8f381837cdcf8a62f9d1fe41 (diff) | |
download | marcuscom-ports-2ca83d48cab919c4f511c3e1b53b7b4eb475a36b.tar marcuscom-ports-2ca83d48cab919c4f511c3e1b53b7b4eb475a36b.tar.gz marcuscom-ports-2ca83d48cab919c4f511c3e1b53b7b4eb475a36b.tar.bz2 marcuscom-ports-2ca83d48cab919c4f511c3e1b53b7b4eb475a36b.tar.lz marcuscom-ports-2ca83d48cab919c4f511c3e1b53b7b4eb475a36b.tar.xz marcuscom-ports-2ca83d48cab919c4f511c3e1b53b7b4eb475a36b.tar.zst marcuscom-ports-2ca83d48cab919c4f511c3e1b53b7b4eb475a36b.zip |
Update to 0.4.1. This is gtk3 enabled.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14346 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gtk-vnc3/Makefile')
-rw-r--r-- | net/gtk-vnc3/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/net/gtk-vnc3/Makefile b/net/gtk-vnc3/Makefile new file mode 100644 index 000000000..131e99b6c --- /dev/null +++ b/net/gtk-vnc3/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: gtk-vnc +# Date created: 16 December 2007 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD: ports/net/gtk-vnc/Makefile,v 1.19 2010/05/31 02:00:18 ade Exp $ +# + +PORTNAME= gtk-vnc +PORTVERSION= 0.4.1 +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 +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 +MAN1= gvnccapture.1 + +.include <bsd.port.mk> |