freebsd-ports/net-im/ktp-auth-handler/Makefile
Raphael Kubo da Costa e1f36aeee5 Pass maintainership of KDE Telepathy ports to kde@.
Those ports are already maintained by the whole team, so formally adapt the
ports from avilla@.

Approved by:	avilla
2015-01-05 16:53:56 +00:00

22 lines
669 B
Makefile

# $FreeBSD$
PORTNAME= ktp-auth-handler
PORTVERSION= ${KTP_VERSION}
CATEGORIES= net-im kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
MAINTAINER= kde@FreeBSD.org
COMMENT= KWallet integration module for KDE Telepathy
LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson \
libqca.so:${PORTSDIR}/devel/qca \
libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \
libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals
USE_KDE4= kdeprefix kdelibs automoc4
USE_QT4= corelib dbus gui xml webkit \
moc_build qmake_build rcc_build uic_build
USES= cmake gettext tar:bzip2
.include <bsd.port.mk>