aboutsummaryrefslogtreecommitdiff
path: root/devel/kf5-kunitconversion/Makefile
blob: d2f736a9cc9bd07e9363b860c7093e7cb102fd72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	kunitconversion
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
CATEGORIES=	devel kde kde-frameworks

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KF5 library for unit conversion
WWW=		https://api.kde.org/frameworks-api/frameworks5-apidocs/kunitconversion/html/index.html

USES=		cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz
USE_KDE=	i18n \
		ecm_build
USE_QT=		core network xml \
		buildtools_build qmake_build

.include <bsd.port.mk>