mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
19 lines
551 B
Makefile
19 lines
551 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ktp-kded-integration-module
|
|
PORTVERSION= ${KTP_VERSION}
|
|
PORTREVISION= 1
|
|
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>
|