mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
cf118ccf87
Reported by: lwhsu
23 lines
657 B
Makefile
23 lines
657 B
Makefile
PORTNAME= ktp-approver
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= net-im kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE instant messaging notifier
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt \
|
|
libKTpCommonInternals.so:net-im/ktp-common-internals
|
|
RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list
|
|
|
|
USES= compiler:c++11-lang cmake gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= config coreaddons ecm dbusaddons service i18n notifications
|
|
USE_QT= core dbus gui network widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|