freebsd-ports/net-im/ktp-filetransfer-handler/Makefile

20 lines
528 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= ktp-filetransfer-handler
PORTVERSION= ${KTP_VERSION}
PORTREVISION= 2
CATEGORIES= net-im kde
MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE instant messaging file transfer handler
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>