freebsd-ports/net-im/ktp-kded-integration-module/Makefile
Tobias C. Berner 737c1cc56d Rename KDE4 meta ports
This is done for
 * consistency,
 * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications

Bumps the dependencies.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D12979
2018-02-10 10:29:51 +00:00

19 lines
551 B
Makefile

# $FreeBSD$
PORTNAME= ktp-kded-integration-module
PORTVERSION= ${KTP_VERSION}
PORTREVISION= 2
CATEGORIES= net-im kde
MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
MAINTAINER= kde@FreeBSD.org
COMMENT= Module for integration of instant messaging into KDE Workspaces
LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \
libktpcommoninternalsprivate.so:net-im/ktp-common-internals
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>