net-im/ekiga: remove optional dependency on expired KDE4
This commit is contained in:
parent
84c1e2fa86
commit
214d5adc6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488781
@ -39,43 +39,19 @@ EVOLUTION_DESC= Evolution data server support
|
||||
GNOMEHELP_DESC= Build Ekiga help files
|
||||
|
||||
#OPTIONS_GROUP= EXP
|
||||
#OPTIONS_GROUP_EXP= KDE KAB GSTREAMER XCAP LOUDMOUTH
|
||||
#OPTIONS_GROUP_EXP= GSTREAMER XCAP LOUDMOUTH
|
||||
EXP_DESC= Experimental features
|
||||
KDE_DESC= KDE 4 support
|
||||
KAB_DESC= KAddressBook support
|
||||
GSTREAMER_DESC= Gstreamer support
|
||||
XCAP_DESC= Remote contact storage via HTTP in xml format
|
||||
LOUDMOUTH_DESC= XMPP (jabber) support
|
||||
|
||||
KAB_IMPLIES= KDE
|
||||
|
||||
# Note that h.323 support is enabled when opal is build with it.
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
PLIST_SUB+= VERSION=${PORTVERSION}
|
||||
|
||||
.if ${PORT_OPTIONS:MKDE} || ${PORT_OPTIONS:MKAB}
|
||||
DEPRECATED= KDE4 is end-of-life
|
||||
EXPIRATION_DATE=2018-12-31
|
||||
USES+= kde:4 qt:4
|
||||
USE_KDE= kdelibs
|
||||
USE_QT= corelib
|
||||
CONFIGURE_ARGS+=--enable-kde
|
||||
#CONFIGURE_ENV+=KDE_CFLAGS="-I${KDE_PREFIX}/include -I${QT_INCDIR} \
|
||||
# -I${LOCALBASE}/include" KDE_LIBS="-L${KDE_PREFIX}/lib"
|
||||
CPPFLAGS+= -I${KDE_PREFIX}/include
|
||||
LDFLAGS+= -L${KDE_PREFIX}/lib
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-kde
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MKAB}
|
||||
CONFIGURE_ARGS+=--enable-kab
|
||||
USE_KDE+= pimlibs
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-kab
|
||||
.endif
|
||||
CONFIGURE_ARGS+=--disable-kde --disable-kab
|
||||
|
||||
.if ${PORT_OPTIONS:MGSTREAMER}
|
||||
CONFIGURE_ARGS+=--enable-gstreamer
|
||||
|
@ -1,5 +1,5 @@
|
||||
Ekiga (formely known as GnomeMeeting) is an open source
|
||||
VoIP and video conferencing application for GNOME/KDE.
|
||||
VoIP and video conferencing application for GNOME.
|
||||
Ekiga uses both the H.323 and SIP protocols.
|
||||
|
||||
WWW: https://www.ekiga.org/
|
||||
|
Loading…
Reference in New Issue
Block a user