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

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KF5 library for string manipulation
WWW=		https://api.kde.org/frameworks-api/frameworks5-apidocs/kcodecs/html/index.html

LICENSE=	LGPL21

USES=		cmake compiler:c++11-lib gperf kde:5 qt:5 tar:xz
USE_KDE=	ecm_build
USE_QT=		core linguisttools \
		buildtools_build qmake_build

.include <bsd.port.mk>