af49030503
This is consistent with r462619, which moved most (but not all, hence this commit) of the KDE4-era ports out of the way for newer generation KDE. Approved by: tcberner (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D14775
23 lines
623 B
Makefile
23 lines
623 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ktp-auth-handler
|
|
PORTVERSION= ${KTP_VERSION}
|
|
PORTREVISION= 3
|
|
CATEGORIES= net-im kde
|
|
MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
|
|
PKGNAMESUFFIX= -kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KWallet integration module for KDE Telepathy
|
|
|
|
LIB_DEPENDS= libqjson.so:devel/qjson \
|
|
libqca.so:devel/qca \
|
|
libtelepathy-qt4.so:net-im/telepathy-qt4 \
|
|
libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4
|
|
|
|
USES= cmake gettext kde:4 tar:bzip2
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT4= corelib dbus gui xml webkit \
|
|
moc_build qmake_build rcc_build uic_build
|
|
|
|
.include <bsd.port.mk>
|