mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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
22 lines
605 B
Makefile
22 lines
605 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ktp-approver
|
|
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= KDE instant messaging notifier
|
|
|
|
LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \
|
|
libktpcommoninternalsprivate.so:net-im/ktp-common-internals-kde4
|
|
RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list-kde4
|
|
|
|
USES= cmake gettext kde:4 tar:bzip2
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT4= corelib moc_build qmake_build rcc_build uic_build
|
|
|
|
.include <bsd.port.mk>
|