5840ae786f
* net-im/kaccounts-integration * net-im/kaccounts-providers * net-im/ktp-accounts-kcm * net-im/ktp-approver * net-im/ktp-auth-handler * net-im/ktp-call-ui * net-im/ktp-common-internals * net-im/ktp-contact-list * net-im/ktp-contact-runner * net-im/ktp-desktop-applets * net-im/ktp-filetransfer-handler * net-im/ktp-kded-module * net-im/ktp-send-file * net-im/ktp-text-ui * net-im/telepathy-logger-qt5 This is the current version of KDE Applications <foo>. Note that users of KDE SC4 should stick with <foo>-kde4.
30 lines
809 B
Makefile
30 lines
809 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= telepathy-logger-qt
|
|
DISTVERSION= 17.08.0
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION:R}/src
|
|
PKGNAMESUFFIX= 5
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt binding for Telepathy Logger
|
|
|
|
LICENSE= LGPL21
|
|
|
|
CONFLICTS= telepathy-logger-qt4
|
|
|
|
LIB_DEPENDS= libdbus-1.so:devel/dbus \
|
|
libdbus-glib-1.so:devel/dbus-glib \
|
|
libtelepathy-glib.so:net-im/telepathy-glib \
|
|
libtelepathy-logger.so:net-im/telepathy-logger \
|
|
libtelepathy-qt5.so:net-im/telepathy-qt5
|
|
|
|
USES= bison:build cmake:outsource kde:5 pkgconfig python:2.7,build tar:xz
|
|
USE_GNOME= glib20 libxml2
|
|
USE_KDE= ecm
|
|
USE_QT5= core buildtools_build dbus network qmake_build xml
|
|
CMAKE_ARGS= -DUSE_COMMON_CMAKE_PACKAGE_CONFIG_DIR:BOOL=True
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|