diff options
author | wiz <wiz> | 2009-04-06 10:17:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-04-06 10:17:32 +0000 |
commit | d5dce42a36d46bef6a695fdd807f4e512929cd0c (patch) | |
tree | 2af1e8a2d61265e1b70b110673962af115463df7 /net/gtk-vnc/Makefile | |
parent | 77d9d178bee37ea49c03e48c56ed61177965b2d0 (diff) | |
download | pkgsrc-d5dce42a36d46bef6a695fdd807f4e512929cd0c.tar.gz |
Initial import of gtk-vnc-0.3.8nb1 from pkgsrc-wip:
gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
allowing it to be completely asynchronous while remaining single
threaded. It provides a core C library, and bindings for Python
(PyGTK).
Diffstat (limited to 'net/gtk-vnc/Makefile')
-rw-r--r-- | net/gtk-vnc/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile new file mode 100644 index 00000000000..f9c4eebdfd8 --- /dev/null +++ b/net/gtk-vnc/Makefile @@ -0,0 +1,36 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/04/06 10:17:32 wiz Exp $ +# + +DISTNAME= gtk-vnc-0.3.8 +PKGREVISION= 1 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk-vnc/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://gtk-vnc.sourceforge.net/ +COMMENT= VNC viewer widget for GTK + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config + +PKGCONFIG_OVERRIDE+= gtk-vnc-1.0.pc.in +PY_PATCHPLIST= yes + +CONFIGURE_ARGS+= --with-coroutine=gthread + +.include "options.mk" + +#VIEW_REQUIRED=0.6.0 +#libview + +.include "../../devel/glib2/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../graphics/gtkglext/buildlink3.mk" +BUILDLINK_API_DEPENDS.gnutls+= gnutls>=1.4.0 +.include "../../security/gnutls/buildlink3.mk" +BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0 +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |