pkgsrc/chat/telepathy-gabble/Makefile
2021-04-21 13:24:06 +00:00

56 lines
2 KiB
Makefile

# $NetBSD: Makefile,v 1.79 2021/04/21 13:24:28 adam Exp $
DISTNAME= telepathy-gabble-0.18.3
PKGREVISION= 25
CATEGORIES= chat
MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-gabble/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://telepathy.freedesktop.org/wiki/Components
COMMENT= Jabber/XMPP connection manager for Telepathy
LICENSE= gnu-lgpl-v2.1 AND mit
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
GNU_CONFIGURE= yes
OVERRIDE_DIRDEPTH= 3
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
CONFIGURE_ENV+= UUID_CFLAGS=" " UUID_LIBS=" "
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.11.10
REPLACE_PYTHON+= plugins/telepathy-gabble-xmpp-console
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
CFLAGS+= -Wno-error=deprecated-declarations \
-Wno-error=tautological-constant-out-of-range-compare \
-Wno-error=unused-function
.endif
# see pkgsrc/security/mozilla-rootcerts
CONFIGURE_ARGS+= --with-ca-certificates=/etc/ssl/certs/ca-certificates.crt
# pkgsrc pkg-config wrapper hide *.pc files in source tree with PKG_CONFIG.
BUILDLINK_TARGETS+= wocky-pkg-config-hack
wocky-pkg-config-hack:
${LN} -s ${WRKSRC}/lib/ext/wocky/wocky/wocky-uninstalled.pc \
${BUILDLINK_DIR}/lib/pkgconfig
${LN} -s ${WRKSRC}/lib/ext/telepathy-yell/telepathy-yell/telepathy-yell-uninstalled.pc \
${BUILDLINK_DIR}/lib/pkgconfig
BUILDLINK_API_DEPENDS.telepathy-glib+= telepathy-glib>=0.7.37
.include "../../chat/telepathy-glib/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.21.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../net/libsoup/buildlink3.mk"
.include "../../net/libnice/buildlink3.mk"
BUILDLINK_API_DEPENDS.dbus-glib+= dbus-glib>=0.78
.include "../../sysutils/dbus-glib/buildlink3.mk"
BUILDLINK_API_DEPENDS.dbus+= dbus>=1.1
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../security/cyrus-sasl/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"