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

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KF5 advanced internationalization framework
WWW=		https://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/index.html

USES=		cmake compiler:c++11-lib gettext-runtime \
		gettext-tools:build,run kde:5 qt:5 tar:xz
USE_KDE=	ecm_build
USE_QT=		concurrent core declarative network script \
		buildtools_build qmake_build testlib_build

.include <bsd.port.mk>