freebsd-ports/net-im/telepathy-gabble/Makefile
Koop Mast 218db049e2 Update to 0.16.6.
Obtained from:	GNOME dev repo
Security:	CVE-2013-1431
2013-06-05 09:02:46 +00:00

45 lines
1.4 KiB
Makefile

# $FreeBSD$
# $MCom: ports/trunk/net-im/telepathy-gabble/Makefile 17271 2013-04-01 15:16:27Z kwm $
PORTNAME= telepathy-gabble
PORTVERSION= 0.16.6
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Jabber Connection Manager for Telepathy Framework
BUILD_DEPENDS= telepathy-glib>=0.18.0:${PORTSDIR}/net-im/telepathy-glib \
${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup \
nice:${PORTSDIR}/net-im/libnice \
telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \
dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \
loudmouth-1:${PORTSDIR}/net-im/loudmouth
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
PORTSCOUT= limitw:1,even
GNU_CONFIGURE= yes
USE_GMAKE= yes
USES= pathfix pkgconfig
USE_GNOME= glib20 libxslt:build
USE_SQLITE= yes
USE_OPENSSL= yes
USE_PYTHON_BUILD= yes
CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
MAN8= telepathy-gabble.8
PLIST_SUB= PVERSION=${PORTVERSION}
.if defined(WITH_OPENSSL_BASE)
CONFIGURE_ENV+= OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include"
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-Werror||g' \
${WRKSRC}/lib/ext/wocky/configure
.include <bsd.port.mk>