blob: e3dae356a2421b86bf680b0722a11567a83d7531 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: tcberner
# $FreeBSD$
PORTNAME= kxmlrpcclient
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= net kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 interaction with XMLRPC services
USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
USE_KDE= config coreaddons ecm doctools i18n kio service
USE_QT5= buildtools_build core gui qmake_build xml
.include <bsd.port.mk>
|