pkgsrc/net/gtk-vnc/options.mk
wiz 39608f3c9f 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).
2009-04-06 10:17:32 +00:00

24 lines
597 B
Makefile

# $NetBSD: options.mk,v 1.1.1.1 2009/04/06 10:17:32 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtk-vnc
PKG_SUPPORTED_OPTIONS= python firefox
.include "../../mk/bsd.options.mk"
PLIST_VARS= python
.if !empty(PKG_OPTIONS:Mpython)
.include "../../lang/python/extension.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
USE_TOOLS+= gmake
PLIST.python= yes
.else
CONFIGURE_ARGS+= --with-python=no
.endif
PLIST_VARS+= firefox
.if !empty(PKG_OPTIONS:Mfirefox)
.include "../../devel/nspr/buildlink3.mk"
.include "../../www/firefox/buildlink3.mk"
CONFIGURE_ARGS+= --enable-plugin=yes
PLIST.firefox= yes
.endif