pkgsrc-wip/ekg2/options.mk
Daniel Horecki 3864aa942b EKG2 is opensource IM client for Unix systems (Linux, *BSD, SunOS, Solaris,
MacOS, X, BeOS). Source code is protected by GPL.

Program supports plugins, which make possibility to support many diffrent
protocols.
2007-04-16 19:00:24 +00:00

22 lines
552 B
Makefile

# $NetBSD: options.mk,v 1.1.1.1 2007/04/16 19:00:24 shindenmorr Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ekg2
PKG_SUPPORTED_OPTIONS= libgadu jabber
PKG_SUGGESTED_OPTIONS= libgadu jabber
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mjabber)
.include "../../textproc/expat/buildlink3.mk"
.include "../../security/gnutls/buildlink3.mk"
PLIST_SUBST+= JABBER=""
.else
PLIST_SUBST+= JABBER="@comment "
.endif
.if !empty(PKG_OPTIONS:Mlibgadu)
.include "../../wip/libgadu/buildlink3.mk"
PLIST_SUBST+= GG=""
.else
PLIST_SUBST+= GG="@comment "
.endif