pkgsrc/chat/gajim/options.mk
wiz c4f490b715 Initial import of gajim-0.14.1 from wip/gajim.
WIP package worked on by tonnerre, shattered, netcap, shindenmorr,
rillig, vstakhov.

Gajim is a Jabber client written in PyGTK. The goal of Gajim's developers
is to provide a full featured and easy to use xmpp client for the GTK+
users. Gajim does not require GNOME to run, eventhough it exists with it
nicely. Gajim is released under the GNU General Public License

FEATURES:
* Tabbed chat windows
* Group chat support (with MUC protocol)
* Emoticons, Avatars, File transfer, URL grabber, Bookmarks
* Systray icon, Speller
* TLS and GPG support (with SSL legacy support)
* Transport Registration support
* Service Discovery including Nodes
* Wikipedia, dictionary and search engine lookup
* Multiple accounts support
* DBus Capabilities
* XML Console
2010-12-24 00:02:28 +00:00

28 lines
670 B
Makefile

# $NetBSD: options.mk,v 1.1.1.1 2010/12/24 00:02:29 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gajim
PKG_SUPPORTED_OPTIONS= avahi gnome gnome-keyring ssl
PKG_SUGGESTED_OPTIONS= avahi ssl
.include "../../mk/bsd.options.mk"
# ssl
.if !empty(PKG_OPTIONS:Mssl)
DEPENDS+= ${PYPKGPREFIX}-OpenSSL-[0-9]*:../../security/py-OpenSSL
.include "../../security/py-amkCrypto/buildlink3.mk"
.endif
# avahi
.if !empty(PKG_OPTIONS:Mavahi)
.include "../../net/avahi/buildlink3.mk"
.endif
# gnome
.if !empty(PKG_OPTIONS:Mgnome)
.include "../../x11/py-gnome2/buildlink3.mk"
.endif
# avahi
.if !empty(PKG_OPTIONS:Mgnome-keyring)
.include "../../x11/py-gnome2-desktop/buildlink3.mk"
.endif