1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/net-im/kopete/Makefile
Beat Gaetzi 8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
2012-12-30 12:03:51 +00:00

95 lines
2.4 KiB
Makefile

# New ports collection makefile for: kopete
# Date created: Wed Apr 12 17:51:07 UTC 2006
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kopete
PORTVERSION= 0.12.8
PORTREVISION= 7
CATEGORIES?= net-im kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/3.5.10/src
PKGNAMEPREFIX= kdenetwork-
DISTNAME= kdenetwork-3.5.10
DIST_SUBDIR= KDE
MAINTAINER= ports@FreeBSD.org
COMMENT= KDE multi-protocol instant messenger (IM)
RUN_DEPENDS= ${QT_PREFIX}/lib/plugins/crypto/libqca-tls.so:${PORTSDIR}/security/qca-tls
LIB_DEPENDS= speex:${PORTSDIR}/audio/speex \
ilbc:${PORTSDIR}/net/ilbc \
ortp.8:${PORTSDIR}/net/linphone-base
CONFLICTS= kvirc-[0-9]*
DEPRECATED= Depends on QT3; unmaintained
EXPIRATION_DATE= 2013-07-01
USE_KDELIBS_VER=3
PREFIX= ${KDE_PREFIX}
USE_BZIP2= yes
USE_GNOME= glib20
USE_OPENSSL= yes
USE_XORG= xtst
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-ilbc=${LOCALBASE} \
--with-speex=${LOCALBASE} \
--with-ssl-dir=${OPENSSLBASE} \
--without-external-libgadu \
--enable-jingle
CONFIGURE_ENV= PKG_CONFIG="${PKG_CONFIG}" \
EXPAT_CFLAGS="-I${LOCALBASE}/include" \
EXPAT_LIBS="-L${LOCALBASE}/lib -lexpat" \
ILBC_CFLAGS="-I${LOCALBASE}/include/ilbc" \
ILBC_LIBS="-L${LOCALBASE}/lib -lilbc" \
SPEEX_CFLAGS="$$(${PKG_CONFIG} --cflags speex)" \
SPEEX_LIBS="$$(${PKG_CONFIG} --libs speex)"
USE_LDCONFIG= yes
_NO_KDE_FINAL= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
BUILD_WRKSRC= ${WRKSRC}/kopete
INSTALL_WRKSRC= ${WRKSRC}/kopete
PKG_CONFIG?= ${LOCALBASE}/bin/pkg-config
OPTIONS_DEFINE= WEBCAM
WEBCAM_DESC= Enable webcamera support
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.pre.mk>
.if defined(WITH_WEBCAM)
BUILD_DEPENDS+= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat
EXTRA_PATCHES= ${FILESDIR}/extrapatch-kopete_libkopete_avdevice-videodevice.cpp \
${FILESDIR}/extrapatch-kopete_libkopete_avdevice-videodevice.h \
${FILESDIR}/extrapatch-kopete_libkopete_avdevice-videodevicepool.cpp
.endif
post-patch:
# force usage of gthread for libjingle's benefit
@${REINPLACE_CMD} -E \
-e 's|(glib-2.0)|gthread-2.0 \1|' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
post-configure:
# configure does not handle OSS support
.for feature in \
FEATURE_ENABLE_CHAT_ARCHIVING \
FEATURE_ENABLE_SSL \
HAVE_SYS_SOUNDCARD_H
@${ECHO_CMD} \
'#define ${feature} 1' >> \
${CONFIGURE_WRKSRC}/config.h
.endfor
.include <bsd.port.post.mk>