1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/net-im/ktp-filetransfer-handler/Makefile
Tobias C. Berner cea9dea6a2 net-im/telepathy-qt[45]: falvorize
Flavorize the ports:
	* telepathy-qt4 -> telepathy-qt@qt4
	* telepathy-qt5 -> telepathy-qt@qt5

While here, also clean up the Makefile a bit.

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D17445
2018-10-07 13:43:14 +00:00

23 lines
656 B
Makefile

# $FreeBSD$
PORTNAME= ktp-filetransfer-handler
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= net-im kde kde-applications
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE instant messaging file transfer handler
LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \
libKTpCommonInternals.so:net-im/ktp-common-internals
USES= cmake:outsource gettext kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets \
coreaddons ecm i18n itemviews jobwidgets kio service solid \
wallet widgetsaddons xmlgui
USE_QT= core dbus gui network xml widgets \
buildtools_build qmake_build
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>