2013-05-02 21:42:57 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ktp-common-internals
|
|
|
|
PORTVERSION= ${KTP_VERSION}
|
|
|
|
CATEGORIES= net-im kde
|
2015-05-14 10:15:04 +00:00
|
|
|
MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
|
2013-05-02 21:42:57 +00:00
|
|
|
|
2015-01-05 16:53:56 +00:00
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2013-05-02 21:42:57 +00:00
|
|
|
COMMENT= KDE Telepathy internal library
|
|
|
|
|
2014-07-14 18:42:04 +00:00
|
|
|
LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \
|
|
|
|
libtelepathy-logger-qt4.so:${PORTSDIR}/net-im/telepathy-logger-qt4
|
2013-05-02 21:42:57 +00:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control
|
|
|
|
|
Update telepathy to 0.8.0
Merge area51's commits 10180, 10181, 10314, 10315, 10485, 10491, 10492,
10500, 10502, 10503 and 10504. Individual revisions can be reviewed at
http://src.mouf.net/area51/log
This commit is based on a patch originally sent to the kde@ mailing list by
T.C.Berner <tcberner@gmail.com>, and introduces a new port for
ktp-desktop-applets.
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D1264
2014-12-16 10:26:19 +00:00
|
|
|
USE_KDE4= kdeprefix kdelibs pimlibs automoc4
|
2013-05-02 21:42:57 +00:00
|
|
|
USE_QT4= declarative script \
|
|
|
|
moc_build qmake_build rcc_build uic_build
|
2014-07-29 18:41:15 +00:00
|
|
|
USES= cmake gettext tar:bzip2
|
2013-05-02 21:42:57 +00:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
Update telepathy to 0.8.0
Merge area51's commits 10180, 10181, 10314, 10315, 10485, 10491, 10492,
10500, 10502, 10503 and 10504. Individual revisions can be reviewed at
http://src.mouf.net/area51/log
This commit is based on a patch originally sent to the kde@ mailing list by
T.C.Berner <tcberner@gmail.com>, and introduces a new port for
ktp-desktop-applets.
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D1264
2014-12-16 10:26:19 +00:00
|
|
|
PLIST_SUB= KTP_VERSION=${KTP_VERSION}
|
|
|
|
|
2013-05-02 21:42:57 +00:00
|
|
|
.include <bsd.port.mk>
|