aboutsummaryrefslogtreecommitdiff
path: root/net/kf5-kxmlrpcclient/Makefile
blob: e5d8669b50788d3bfc2ba31efb129ff3d41110ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

PORTNAME=	kxmlrpcclient
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
CATEGORIES=	net kde kde-frameworks

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KF5 interaction with XMLRPC services

USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE=	config coreaddons ecm doctools i18n kio service
USE_QT=		buildtools_build concurrent core dbus gui \
		network qmake_build xml

.include <bsd.port.mk>