diff options
author | rene <rene@FreeBSD.org> | 2018-12-31 21:12:30 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2018-12-31 21:12:30 +0800 |
commit | a5bf398d0906de8245ef419ed8e1bfe8d267ca8a (patch) | |
tree | e7f8cc3f8ea9ec8d3bf027838366252966461afa /net-im | |
parent | 445643c9f804cc5c1acdf873645caad724e4889c (diff) | |
download | freebsd-ports-gnome-a5bf398d0906de8245ef419ed8e1bfe8d267ca8a.tar.gz freebsd-ports-gnome-a5bf398d0906de8245ef419ed8e1bfe8d267ca8a.tar.zst freebsd-ports-gnome-a5bf398d0906de8245ef419ed8e1bfe8d267ca8a.zip |
net-im/ekiga: remove optional dependency on expired KDE4
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ekiga/Makefile | 28 | ||||
-rw-r--r-- | net-im/ekiga/pkg-descr | 2 |
2 files changed, 3 insertions, 27 deletions
diff --git a/net-im/ekiga/Makefile b/net-im/ekiga/Makefile index 41babc50643e..cb87f1d1dab9 100644 --- a/net-im/ekiga/Makefile +++ b/net-im/ekiga/Makefile @@ -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 diff --git a/net-im/ekiga/pkg-descr b/net-im/ekiga/pkg-descr index 703f0fe7c41b..488e9b7ca7d8 100644 --- a/net-im/ekiga/pkg-descr +++ b/net-im/ekiga/pkg-descr @@ -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/ |