aboutsummaryrefslogtreecommitdiff
path: root/net/kf5-kxmlrpcclient/Makefile
blob: 8eb6d5f32441dfabf549c72c339ee4872c6f2d35 (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 i18n kio service \
		doctools:build ecm:build
USE_QT=		concurrent core dbus network xml \
		buildtools:build qmake:build

.include <bsd.port.mk>