freebsd-ports/net-im/ktp-common-internals/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

24 lines
691 B
Makefile

# $FreeBSD$
PORTNAME= ktp-common-internals
PORTVERSION= ${KTP_VERSION}
PORTREVISION= 4
CATEGORIES= net-im kde
MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE Telepathy internal library
LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \
libtelepathy-logger-qt4.so:net-im/telepathy-logger-qt4
RUN_DEPENDS= ${LOCALBASE}/libexec/mission-control-5:net-im/telepathy-mission-control
USES= cmake compiler:c++11-lang gettext kde:4 tar:bzip2
USE_KDE= kdelibs pimlibs automoc4
USE_QT4= declarative script \
moc_build qmake_build rcc_build uic_build
USE_LDCONFIG= yes
PLIST_SUB= KTP_VERSION=${KTP_VERSION}
.include <bsd.port.mk>