blob: ab93a8f558e2803d9b295b63e1c9e749d2603449 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= kcodecs
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= textproc kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library for string manipulation
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>
|